Class PartialVisitContext
java.lang.Object
javax.faces.component.visit.VisitContext
com.webmethods.caf.faces.component.visit.PartialVisitContext
A VisitContext implementation that is used when performing a partial component tree visit.
RELEASE_PENDING- Since:
- 2.0
-
Field Summary
Fields inherited from class javax.faces.component.visit.VisitContext
ALL_IDS
-
Constructor Summary
ConstructorsConstructorDescriptionPartialVisitContext
(FacesContext facesContext, Collection<String> clientIds) Creates a PartialVisitorContext instance.PartialVisitContext
(FacesContext facesContext, Collection<String> clientIds, Set<VisitHint> hints) Creates a PartialVisitorContext instance with the specified hints. -
Method Summary
Modifier and TypeMethodDescriptiongetHints()
getSubtreeIdsToVisit
(UIComponent component) invokeVisitCallback
(UIComponent component, VisitCallback callback) Methods inherited from class javax.faces.component.visit.VisitContext
createVisitContext, createVisitContext
-
Constructor Details
-
PartialVisitContext
Creates a PartialVisitorContext instance.- Parameters:
facesContext
- the FacesContext for the current requestclientIds
- the client ids of the components to visit- Throws:
NullPointerException
- iffacesContext
isnull
-
PartialVisitContext
public PartialVisitContext(FacesContext facesContext, Collection<String> clientIds, Set<VisitHint> hints) Creates a PartialVisitorContext instance with the specified hints.- Parameters:
facesContext
- the FacesContext for the current requestclientIds
- the client ids of the components to visithints
- a the VisitHints for this visit- Throws:
NullPointerException
- iffacesContext
isnull
-
-
Method Details
-
getFacesContext
- Specified by:
getFacesContext
in classVisitContext
- See Also:
-
getHints
- Specified by:
getHints
in classVisitContext
- See Also:
-
getIdsToVisit
- Specified by:
getIdsToVisit
in classVisitContext
- See Also:
-
getUnvisitedClientIds
-
getSubtreeIdsToVisit
- Specified by:
getSubtreeIdsToVisit
in classVisitContext
- See Also:
-
invokeVisitCallback
- Specified by:
invokeVisitCallback
in classVisitContext
- See Also:
-