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 boolean
registerLiteralId(FaceletContext ctx, String id)
Registers a literal Id with this manager and determines whether the same Id has been seen beforestatic void
startIteration(FaceletContext ctx)
static void
startNamingContainer(FaceletContext ctx)
static void
stopIteration(FaceletContext ctx)
static void
stopNamingContainer(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
-