Uses of Class
org.apache.myfaces.trinidad.component.ComponentProcessingContext

Packages that use ComponentProcessingContext
org.apache.myfaces.trinidad.component   
 

Uses of ComponentProcessingContext in org.apache.myfaces.trinidad.component
 

Methods in org.apache.myfaces.trinidad.component with parameters of type ComponentProcessingContext
 void ComponentProcessor.processComponent(FacesContext context, ComponentProcessingContext cpContext, UIComponent component, T callbackContext)
          Processes a component
static
<S> boolean
UIXComponent.processFlattenedChildren(FacesContext context, ComponentProcessingContext cpContext, ComponentProcessor<S> childProcessor, Iterable<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.
<S> boolean
UIXGroup.processFlattenedChildren(FacesContext context, ComponentProcessingContext cpContext, ComponentProcessor<S> childProcessor, S callBackContext)
          Sets up the grouping context and processes all of the UIXGroup's children
<S> boolean
UIXSwitcher.processFlattenedChildren(FacesContext context, ComponentProcessingContext cpContext, ComponentProcessor<S> childProcessor, S callbackContext)
          Processes the selected switcher facet
<S> boolean
UIXIterator.processFlattenedChildren(FacesContext context, ComponentProcessingContext cpContext, ComponentProcessor<S> childProcessor, S callbackContext)
          Sets up the iteration context for each child and processes it
<S> boolean
FlattenedComponent.processFlattenedChildren(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.
static
<S> boolean
UIXComponent.processFlattenedChildren(FacesContext context, ComponentProcessingContext cpContext, ComponentProcessor<S> childProcessor, 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.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.