| 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 | Class and Description |
|---|---|
class |
FullVisitContext
A VisitContext implementation that is used when performing a full component tree visit. |
class |
PartialVisitContext
A VisitContext implementation that is used when performing a partial component tree visit. |
| Modifier and Type | Method and Description |
|---|---|
VisitContext |
VisitContextFactoryImpl.getVisitContext(FacesContext context,
Collection<String> ids,
Set<VisitHint> hints) |
| 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 |
|---|---|
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(javax.faces.component.visit.VisitContext, javax.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 © 1997–2019 Eclipse Foundation. All rights reserved.