|
||||||||||
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
Nested Class Summary | |
---|---|
static class |
ComponentProcessingContext.ProcessingHint
Hints to the the FlattenedComponents regarding what the flattened iteration is being used for, The FlattenedComponent may use this information to change its flattening behavior. |
Method Summary | |
---|---|
int |
getGroupDepth()
Returns the current group depth of the ProcessingContext. |
Set<ComponentProcessingContext.ProcessingHint> |
getHints()
Returns hints that influence the behavior of the component processing |
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()
public Set<ComponentProcessingContext.ProcessingHint> getHints()
Returns hints that influence the behavior of the component processing
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |