Uses of Class
jakarta.faces.context.PartialViewContext
-
Packages that use PartialViewContext Package Description com.sun.faces.context jakarta.faces.context Classes and interfaces defining per-request state information. -
-
Uses of PartialViewContext in com.sun.faces.context
Subclasses of PartialViewContext in com.sun.faces.context Modifier and Type Class Description classPartialViewContextImplMethods in com.sun.faces.context that return PartialViewContext Modifier and Type Method Description PartialViewContextFacesContextImpl. getPartialViewContext()PartialViewContextPartialViewContextFactoryImpl. getPartialViewContext(FacesContext context) -
Uses of PartialViewContext in jakarta.faces.context
Subclasses of PartialViewContext in jakarta.faces.context Modifier and Type Class Description classPartialViewContextWrapperProvides a simple implementation ofPartialViewContextthat can be subclassed by developers wishing to provide specialized behavior to an existingPartialViewContextinstance.Methods in jakarta.faces.context that return PartialViewContext Modifier and Type Method Description PartialViewContextFacesContext. getPartialViewContext()Return thePartialViewContextfor this request.PartialViewContextFacesContextWrapper. 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.PartialViewContextPartialViewContextWrapper. 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.
-