Package com.sun.faces.facelets.tag.faces
Class IterationIdManager
java.lang.Object
com.sun.faces.facelets.tag.faces.IterationIdManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
registerLiteralId
(FaceletContext ctx, String id) Registers a literal Id with this manager and determines whether the same Id has been seen beforestatic void
static void
static void
static void
-
Constructor Details
-
IterationIdManager
public IterationIdManager()
-
-
Method Details
-
registerLiteralId
Registers a literal Id with this manager and determines whether the same Id has been seen before- Parameters:
ctx
- Facelets Contextid
- literal Id- Returns:
- true if the same Id is already being tracked, false otherwise
-
startIteration
-
stopIteration
-
startNamingContainer
-
stopNamingContainer
-