| Package | Description |
|---|---|
| jakarta.faces.component | |
| jakarta.faces.component.visit |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
UIComponent.isVisitable(VisitContext context)
Return |
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 | Class and Description |
|---|---|
class |
VisitContextWrapper
Provides a simple implementation of |
| Modifier and Type | Method and Description |
|---|---|
static VisitContext |
VisitContext.createVisitContext(FacesContext context)
Creates a VisitContext instance for use with
UIComponent.visitTree(). |
static VisitContext |
VisitContext.createVisitContext(FacesContext context,
Collection<String> ids,
Set<VisitHint> hints)
Returns a VisitContext instance that is initialized with the specified ids and hintsfor use with
UIComponent.visitTree(jakarta.faces.component.visit.VisitContext, jakarta.faces.component.visit.VisitCallback). |
abstract VisitContext |
VisitContextFactory.getVisitContext(FacesContext context,
Collection<String> ids,
Set<VisitHint> hints)
Return a new |
VisitContext |
VisitContextWrapper.getWrapped() |
| Modifier and Type | Method and Description |
|---|---|
VisitResult |
VisitCallback.visit(VisitContext context,
UIComponent target)
This method is called during component tree visits by
VisitContext.invokeVisitCallback() to visit the specified component. |
| Constructor and Description |
|---|
VisitContextWrapper(VisitContext wrapped)
If this visit context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.