| Package | Description |
|---|---|
| com.sun.faces.component.visit | |
| com.sun.faces.facelets.component | |
| com.sun.faces.facelets.tag.composite | |
| javax.faces.component | |
| javax.faces.component.visit |
| Modifier and Type | Method and Description |
|---|---|
VisitResult |
PartialVisitContext.invokeVisitCallback(UIComponent component,
VisitCallback callback) |
VisitResult |
FullVisitContext.invokeVisitCallback(UIComponent component,
VisitCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UIRepeat.visitTree(VisitContext context,
VisitCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BehaviorHolderWrapper.visitTree(VisitContext context,
VisitCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
UINamingContainer.visitTree(VisitContext context,
VisitCallback callback) |
boolean |
UIForm.visitTree(VisitContext context,
VisitCallback callback) |
boolean |
UIData.visitTree(VisitContext context,
VisitCallback callback)
Override the behavior
in |
boolean |
UIComponent.visitTree(VisitContext visitContext,
VisitCallback callback)
Perform a tree visit starting at this node in the tree. |
| Modifier and Type | Method and Description |
|---|---|
VisitResult |
VisitContextWrapper.invokeVisitCallback(UIComponent component,
VisitCallback callback) |
abstract VisitResult |
VisitContext.invokeVisitCallback(UIComponent component,
VisitCallback callback)
Called by
UIComponent.visitTree()
to visit a single component. |
Copyright © 1997–2019 Eclipse Foundation. All rights reserved.