|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidad.component.ComponentProcessingContext
public final class ComponentProcessingContext
ProcessingContext passed to FlattenedComponents and ComponentProcessors representing the current component iteration context.
ComponentProcessor
,
UIXComponent.processFlattenedChildren(FacesContext, ComponentProcessor, UIComponent, Object)
,
UIXComponent.processFlattenedChildren(FacesContext, ComponentProcessor, Iterable, Object)
,
UIXComponent.processFlattenedChildren(FacesContext, ComponentProcessingContext, ComponentProcessor, UIComponent, Object)
,
UIXComponent.processFlattenedChildren(FacesContext, ComponentProcessingContext, ComponentProcessor, Iterable, Object)
,
FlattenedComponent
Method Summary | |
---|---|
int |
getGroupDepth()
Returns the current group depth of the ProcessingContext. |
int |
getStartDepth()
Returns the current starting group depth of the ProcessingContext. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getStartDepth()
getGroupDepth()
public int getGroupDepth()
getStartDepth()
, all siblings at a particular nesting
level see the same group depth.
getStartDepth()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |