Interface | Description |
---|---|
VisitCallback |
A simple callback interface that enables
taking action on a specific UIComponent (either facet or child) during
a component tree visit.
|
Class | Description |
---|---|
VisitContext |
A context object that is used to hold
state relating to a component tree visit.
|
VisitContextWrapper |
A port of the JSF 2
VisitContextWrapper class so that we may be able to use
its functionality in JSF 1.2 with Trinidad 1.2 |
VisitTreeUtils |
Utility methods to make usage of the visit tree functionality more user friendly.
|
Enum | Description |
---|---|
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 © 2001-2016 The Apache Software Foundation. All Rights Reserved.