A context object that is used to hold state relating to a component tree visit.
Component tree visits are initiated by calling {@link org.apache.myfaces.trinidad.component.UIXComponent#visitTree UIComponent.visitTree()}, at which point both a {@link VisitContext} and a {@link VisitCallback}must be provided. @see org.apache.myfaces.trinidad.component.UIXComponent#visitTree UIXComponent.visitTree() @see VisitCallback
|
|
|
|
|
|
|
|