Uses of Package
javax.faces.component.visit

Packages that use javax.faces.component.visit
javax.faces.component Fundamental APIs for user interface components. 
javax.faces.component.visit

APIs for traversing a user interface component view. 

 

Classes in javax.faces.component.visit used by javax.faces.component
VisitCallback
          

A simple callback interface that enables taking action on a specific UIComponent (either facet or child) during a component tree visit.

VisitContext
          

A context object that is used to hold state relating to performing a component tree visit.

 

Classes in javax.faces.component.visit used by javax.faces.component.visit
VisitCallback
          

A simple callback interface that enables taking action on a specific UIComponent (either facet or child) during a component tree visit.

VisitContext
          

A context object that is used to hold state relating to performing a component tree visit.

VisitContextFactory
          

Provide for separation of interface and implementation for the VisitContext contract.

VisitHint
          

An enum that specifies hints that impact the behavior of a component tree visit.

VisitResult
          

An enum that specifies the possible results of a call to VisitCallback.visit(javax.faces.component.visit.VisitContext, javax.faces.component.UIComponent).

 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.