Uses of Class
jakarta.faces.context.PartialViewContext
Packages that use PartialViewContext
-
Uses of PartialViewContext in jakarta.faces.context
Subclasses of PartialViewContext in jakarta.faces.contextModifier and TypeClassDescriptionclassProvides a simple implementation ofPartialViewContextthat can be subclassed by developers wishing to provide specialized behavior to an existingPartialViewContextinstance.Methods in jakarta.faces.context that return PartialViewContextModifier and TypeMethodDescriptionFacesContext.getPartialViewContext()Return thePartialViewContextfor this request.FacesContextWrapper.getPartialViewContext()The default behavior of this method is to callFacesContext.getPartialViewContext()()} on the wrappedFacesContextobject.abstract PartialViewContextPartialViewContextFactory.getPartialViewContext(FacesContext context) Create (if needed) and return aPartialViewContextinstance that is initialized using the currentFacesContextinstance.PartialViewContextWrapper.getWrapped()Constructors in jakarta.faces.context with parameters of type PartialViewContextModifierConstructorDescriptionIf this partial view context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor.