Uses of Class
jakarta.faces.context.PartialViewContext
-
Packages that use PartialViewContext Package Description jakarta.faces.context -
-
Uses of PartialViewContext in jakarta.faces.context
Subclasses of PartialViewContext in jakarta.faces.context Modifier and Type Class Description class
PartialViewContextWrapper
Provides a simple implementation ofPartialViewContext
that can be subclassed by developers wishing to provide specialized behavior to an existingPartialViewContext
instance.Methods in jakarta.faces.context that return PartialViewContext Modifier and Type Method Description PartialViewContext
FacesContext. getPartialViewContext()
Return thePartialViewContext
for this request.PartialViewContext
FacesContextWrapper. getPartialViewContext()
The default behavior of this method is to callFacesContext.getPartialViewContext()
()} on the wrappedFacesContext
object.abstract PartialViewContext
PartialViewContextFactory. getPartialViewContext(FacesContext context)
Create (if needed) and return aPartialViewContext
instance that is initialized using the currentFacesContext
instance.PartialViewContext
PartialViewContextWrapper. getWrapped()
Constructors in jakarta.faces.context with parameters of type PartialViewContext Constructor Description PartialViewContextWrapper(PartialViewContext wrapped)
If this partial view context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.
-