Uses of Class
org.apache.myfaces.trinidad.component.visit.VisitHint

Packages that use VisitHint
org.apache.myfaces.trinidad.component.visit   
org.apache.myfaces.trinidad.context   
 

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

Methods in org.apache.myfaces.trinidad.component.visit that return VisitHint
static VisitHint VisitHint.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VisitHint[] VisitHint.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.myfaces.trinidad.component.visit that return types with arguments of type VisitHint
 Set<VisitHint> VisitContextWrapper.getHints()
           
abstract  Set<VisitHint> VisitContext.getHints()
          Returns hints that influence the behavior of the tree visit.
 

Uses of VisitHint in org.apache.myfaces.trinidad.context
 

Method parameters in org.apache.myfaces.trinidad.context with type arguments of type VisitHint
abstract  VisitContext RequestContext.createVisitContext(FacesContext context, Collection<String> ids, Set<VisitHint> hints, PhaseId phaseId)
          Creates a VisitContext instance for use with UIComponent.visitTree().
 



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