|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VisitCallback | |
---|---|
org.apache.myfaces.trinidad.component | |
org.apache.myfaces.trinidad.component.visit | |
org.apache.myfaces.trinidad.render |
Uses of VisitCallback in org.apache.myfaces.trinidad.component |
---|
Methods in org.apache.myfaces.trinidad.component with parameters of type VisitCallback | |
---|---|
VisitResult |
UIXComponent.partialEncodeVisit(VisitContext visitContext,
PartialPageContext partialContext,
VisitCallback callback)
Called when visiting the component during optimized partial page encoding so that the component can modify what is actually encoded. |
static boolean |
UIXComponent.visitTree(VisitContext visitContext,
UIComponent component,
VisitCallback callback)
Perform a tree visit starting at the specified node in the tree. |
boolean |
UIXComponent.visitTree(VisitContext visitContext,
VisitCallback callback)
Perform a tree visit starting at this node in the tree. |
Uses of VisitCallback in org.apache.myfaces.trinidad.component.visit |
---|
Methods in org.apache.myfaces.trinidad.component.visit with parameters of type VisitCallback | |
---|---|
abstract VisitResult |
VisitContext.invokeVisitCallback(UIComponent component,
VisitCallback callback)
Called by UIXComponent.visitTree()
to visit a single component. |
static boolean |
VisitTreeUtils.visitSingleComponent(FacesContext facesContext,
String clientId,
VisitCallback visitCallback)
Visit a single component in the component tree starting from the view root. |
Uses of VisitCallback in org.apache.myfaces.trinidad.render |
---|
Methods in org.apache.myfaces.trinidad.render with parameters of type VisitCallback | |
---|---|
VisitResult |
CoreRenderer.partialEncodeVisit(VisitContext visitContext,
PartialPageContext partialContext,
UIComponent component,
VisitCallback callback)
Called when visiting the CoreRenderer's component during optimized partial page encoding so that the CoreRenderer can modify what is actually encoded. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |