Uses of Class
jakarta.faces.context.PartialViewContext
-
Uses of PartialViewContext in jakarta.faces.context
Modifier and TypeClassDescriptionclass
Provides a simple implementation ofPartialViewContext
that can be subclassed by developers wishing to provide specialized behavior to an existingPartialViewContext
instance.Modifier and TypeMethodDescriptionFacesContext.getPartialViewContext()
Return thePartialViewContext
for this request.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.PartialViewContextWrapper.getWrapped()
ModifierConstructorDescriptionIf this partial view context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.