java.lang.Object
jakarta.faces.context.PartialViewContextFactory
com.sun.faces.context.PartialViewContextFactoryImpl
- All Implemented Interfaces:
FacesWrapper<PartialViewContextFactory>
Factory to vend the default PartialViewContext
instance.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPartialViewContext
(FacesContext context) Create (if needed) and return aPartialViewContext
instance that is initialized using the currentFacesContext
instance.Methods inherited from class jakarta.faces.context.PartialViewContextFactory
getWrapped
-
Constructor Details
-
PartialViewContextFactoryImpl
public PartialViewContextFactoryImpl()
-
-
Method Details
-
getPartialViewContext
Description copied from class:PartialViewContextFactory
Create (if needed) and return a
PartialViewContext
instance that is initialized using the currentFacesContext
instance.- Specified by:
getPartialViewContext
in classPartialViewContextFactory
- Parameters:
context
- theFacesContext
for the current request.- Returns:
- the
PartialViewContext
as specified above - See Also:
-