Uses of Class
javax.faces.context.PartialViewContext
-
Packages that use PartialViewContext Package Description javax.faces.context -
-
Uses of PartialViewContext in javax.faces.context
Subclasses of PartialViewContext in javax.faces.context Modifier and Type Class Description class
PartialViewContextWrapper
Methods in javax.faces.context that return PartialViewContext Modifier and Type Method Description PartialViewContext
FacesContext. getPartialViewContext()
Return the PartialViewContext for this request.PartialViewContext
FacesContextWrapper. getPartialViewContext()
abstract PartialViewContext
PartialViewContextFactory. getPartialViewContext(FacesContext context)
PartialViewContext
PartialViewContextWrapper. getWrapped()
Constructors in javax.faces.context with parameters of type PartialViewContext Constructor Description PartialViewContextWrapper(PartialViewContext delegate)
-