|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentProcessor | |
---|---|
org.apache.myfaces.trinidad.component |
Uses of ComponentProcessor in org.apache.myfaces.trinidad.component |
---|
Methods in org.apache.myfaces.trinidad.component with parameters of type ComponentProcessor | ||
---|---|---|
static
|
UIXComponent.encodeFlattenedChild(javax.faces.context.FacesContext context,
ComponentProcessor<S> childProcessor,
javax.faces.component.UIComponent child,
S callbackContext)
Helper function called by Renderers to encode a flattened view of a group of potentially FlattenedComponent instances rooted at a single child of the component, invoking the childProcessor with its
callbackContext on each renderable instance. |
|
static
|
UIXComponent.encodeFlattenedChildren(javax.faces.context.FacesContext context,
ComponentProcessor<S> childProcessor,
Iterable<javax.faces.component.UIComponent> children,
S callbackContext)
Helper function called by Renderers to encode a flattened view of their children, invoking the childProcessor with its
callbackContext on each renderable instance. |
|
static
|
UIXComponent.processFlattenedChildren(javax.faces.context.FacesContext context,
ComponentProcessingContext cpContext,
ComponentProcessor<S> childProcessor,
Iterable<javax.faces.component.UIComponent> children,
S callbackContext)
Helper function called by FlattenedComponents to iterate over a flattened view of their children, potentially themselves FlattenedComponents, invoking the childProcessor
with its callbackContext on each renderable instance. |
|
|
UIXIterator.processFlattenedChildren(javax.faces.context.FacesContext context,
ComponentProcessingContext cpContext,
ComponentProcessor<S> childProcessor,
S callbackContext)
Sets up the iteration context for each child and processes it |
|
|
UIXSwitcher.processFlattenedChildren(javax.faces.context.FacesContext context,
ComponentProcessingContext cpContext,
ComponentProcessor<S> childProcessor,
S callbackContext)
Processes the selected switcher facet |
|
|
FlattenedComponent.processFlattenedChildren(javax.faces.context.FacesContext context,
ComponentProcessingContext cpContext,
ComponentProcessor<S> childProcessor,
S callbackContext)
Set up the component context, process all of the renderable children of this component, and the restore the previous context, returning true if any of the children
were processed. |
|
|
UIXGroup.processFlattenedChildren(javax.faces.context.FacesContext context,
ComponentProcessingContext cpContext,
ComponentProcessor<S> childProcessor,
S callBackContext)
Sets up the grouping context and processes all of the UIXGroup's children |
|
static
|
UIXComponent.processFlattenedChildren(javax.faces.context.FacesContext context,
ComponentProcessingContext cpContext,
ComponentProcessor<S> childProcessor,
javax.faces.component.UIComponent child,
S callbackContext)
Helper function called by FlattenedComponent to iterate over a flattened view of a group of potentially FlattenedComponent instances rooted at a single child of the FlattenedComponent, invoking the childProcessor with its
callbackContext on each renderable instance. |
|
static
|
UIXComponent.processFlattenedChildren(javax.faces.context.FacesContext context,
ComponentProcessor<S> childProcessor,
Iterable<javax.faces.component.UIComponent> children,
S callbackContext)
Helper function called by Renderers to iterate over a flattened view of the children, potentially containing FlattenedComponents, of the component the Renderer is encoding, invoking the childProcessor with its
callbackContext on each renderable instance. |
|
static
|
UIXComponent.processFlattenedChildren(javax.faces.context.FacesContext context,
ComponentProcessor<S> childProcessor,
javax.faces.component.UIComponent child,
S callbackContext)
Helper function called by Renderers to iterate over a flattened view of a group of potentially FlattenedComponent instances rooted at a single child of the component to collect information about these children prior to encoding the children using encodeFlattenedChild(FacesContext, ComponentProcessor, UIComponent, Object) . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |