Package javax.faces.component.visit

Interface Summary
VisitCallback

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

 

Class Summary
VisitContext

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

VisitContextFactory RELEASE_PENDING (docs)
VisitContextWrapper Provides a simple implementation of VisitContext that can be subclassed by developers wishing to provide specialized behavior to an existing VisitContext instance.
 

Enum Summary
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().

 



Copyright © 2002-2008 Sun Microsystems, Inc. All Rights Reserved.