Package com.sun.faces.facelets.tag.jsf
Class IterationIdManager
java.lang.Object
com.sun.faces.facelets.tag.jsf.IterationIdManager
public class IterationIdManager extends Object
-
Constructor Summary
Constructors Constructor Description IterationIdManager() -
Method Summary
Modifier and Type Method Description static booleanregisterLiteralId(FaceletContext ctx, String id)Registers a literal Id with this manager and determines whether the same Id has been seen beforestatic voidstartIteration(FaceletContext ctx)static voidstartNamingContainer(FaceletContext ctx)static voidstopIteration(FaceletContext ctx)static voidstopNamingContainer(FaceletContext ctx)
-
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
-