public final class ComponentProcessingContext extends Object
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
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.