Uses of Class
javax.faces.component.visit.VisitContext

Packages that use VisitContext
javax.faces.component   
javax.faces.component.visit   
 

Uses of VisitContext in javax.faces.component
 

Methods in javax.faces.component with parameters of type VisitContext
protected  boolean UIComponent.isVisitable(VisitContext context)
          This method indicates if a component is visitable according to the hints passed by the VisitContext parameter! This method internally is used by visitTree and if it returns false it short circuits the visitTree execution.
 boolean UIComponentBase.visitTree(VisitContext context, VisitCallback callback)
           
 boolean UIComponent.visitTree(VisitContext context, VisitCallback callback)
          The visit tree method, visit tree walks over a subtree and processes the callback object to perform some operation on the subtree
 boolean UIData.visitTree(VisitContext context, VisitCallback callback)
          Overrides the behavior in UIComponent.visitTree(javax.faces.component.visit.VisitContext, javax.faces.component.visit.VisitCallback) to handle iteration correctly.
 boolean UIForm.visitTree(VisitContext context, VisitCallback callback)
           
 boolean UINamingContainer.visitTree(VisitContext context, VisitCallback callback)
           
 

Uses of VisitContext in javax.faces.component.visit
 

Subclasses of VisitContext in javax.faces.component.visit
 class VisitContextWrapper
           
 

Methods in javax.faces.component.visit that return VisitContext
static VisitContext VisitContext.createVisitContext(FacesContext context)
           
static VisitContext VisitContext.createVisitContext(FacesContext context, Collection<String> ids, Set<VisitHint> hints)
           
abstract  VisitContext VisitContextFactory.getVisitContext(FacesContext context, Collection<String> ids, Set<VisitHint> hints)
           
abstract  VisitContext VisitContextWrapper.getWrapped()
           
 

Methods in javax.faces.component.visit with parameters of type VisitContext
 VisitResult VisitCallback.visit(VisitContext context, UIComponent target)
          This method is called during component tree visits by VisitContext.invokeVisitCallback() to visit the specified component.
 



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.