|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VisitContext | |
|---|---|
| org.apache.myfaces.trinidad.component | |
| org.apache.myfaces.trinidad.component.visit | |
| org.apache.myfaces.trinidad.context | |
| org.apache.myfaces.trinidad.render | |
| Uses of VisitContext in org.apache.myfaces.trinidad.component |
|---|
| Methods in org.apache.myfaces.trinidad.component with parameters of type VisitContext | |
|---|---|
protected boolean |
UIXComponent.isVisitable(VisitContext visitContext)Called by UIXComponent.visitTree() to determine whether this component is "visitable" - ie. |
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, javax.faces.component.UIComponent component, VisitCallback callback)Perform a tree visit starting at the specified node in the tree. |
boolean |
UIXIterator.visitTree(VisitContext visitContext, VisitCallback callback)Override of UIXComponent visitTree to visit the stamped children of the UIXIterator with correct currency |
boolean |
UIXComponent.visitTree(VisitContext visitContext, VisitCallback callback)Perform a tree visit starting at this node in the tree. |
| Uses of VisitContext in org.apache.myfaces.trinidad.component.visit |
|---|
| Methods in org.apache.myfaces.trinidad.component.visit with parameters of type VisitContext | |
|---|---|
VisitResult |
VisitCallback.visit(VisitContext context, javax.faces.component.UIComponent target)This method is called during component tree visits by VisitContext.invokeVisitCallback() to visit the specified component. |
| Uses of VisitContext in org.apache.myfaces.trinidad.context |
|---|
| Methods in org.apache.myfaces.trinidad.context that return VisitContext | |
|---|---|
abstract VisitContext |
RequestContext.createVisitContext(javax.faces.context.FacesContext context, java.util.Collection<java.lang.String> ids, java.util.Set<VisitHint> hints, javax.faces.event.PhaseId phaseId)Creates a VisitContext instance for use with UIComponent.visitTree(). |
abstract VisitContext |
PartialPageContext.getVisitContext()Returns the VisitContext to use when partial rendering. |
| Uses of VisitContext in org.apache.myfaces.trinidad.render |
|---|
| Methods in org.apache.myfaces.trinidad.render with parameters of type VisitContext | |
|---|---|
VisitResult |
CoreRenderer.partialEncodeVisit(VisitContext visitContext, PartialPageContext partialContext, javax.faces.component.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 | |||||||||
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.