Uses of Interface
org.apache.myfaces.trinidad.component.visit.VisitCallback

Packages that use VisitCallback
org.apache.myfaces.trinidad.component   
org.apache.myfaces.trinidad.component.visit   
org.apache.myfaces.trinidad.render   
 

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

Methods in org.apache.myfaces.trinidad.component with parameters of type VisitCallback
 VisitResult UIXComponent.partialEncodeVisit(VisitContext visitContext, PartialPageContext partialContext, VisitCallback callback)
           Called when visiting the component during optimized partial page encoding so that the component can modify what is actually encoded.
static boolean UIXComponent.visitTree(VisitContext visitContext, javax.faces.component.UIComponent component, VisitCallback callback)
          Perform a tree visit starting at the specified node in the tree.
 boolean UIXComponent.visitTree(VisitContext visitContext, VisitCallback callback)
          Perform a tree visit starting at this node in the tree.
 

Uses of VisitCallback in org.apache.myfaces.trinidad.component.visit
 

Methods in org.apache.myfaces.trinidad.component.visit with parameters of type VisitCallback
abstract  VisitResult VisitContext.invokeVisitCallback(javax.faces.component.UIComponent component, VisitCallback callback)
          Called by UIXComponent.visitTree() to visit a single component.
 

Uses of VisitCallback in org.apache.myfaces.trinidad.render
 

Methods in org.apache.myfaces.trinidad.render with parameters of type VisitCallback
 VisitResult CoreRenderer.partialEncodeVisit(VisitContext visitContext, PartialPageContext partialContext, javax.faces.component.UIComponent component, VisitCallback callback)
           Called when visiting the CoreRenderer's component during optimized partial page encoding so that the CoreRenderer can modify what is actually encoded.
 



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