Package jakarta.faces.component.visit
package jakarta.faces.component.visit
-
ClassDescriptionA simple callback interface that enables taking action on a specific UIComponent (either facet or child) during a component tree visit.A context object that is used to hold state relating to performing a component tree visit.Provide for separation of interface and implementation for the
VisitContext
contract.Provides a simple implementation ofVisitContext
that can be subclassed by developers wishing to provide specialized behavior to an existingVisitContext
instance.An enum that specifies hints that impact the behavior of a component tree visit.An enum that specifies the possible results of a call toVisitCallback.visit(jakarta.faces.component.visit.VisitContext, jakarta.faces.component.UIComponent)
.