Package jakarta.faces.context
Class PartialViewContextFactory
java.lang.Object
jakarta.faces.context.PartialViewContextFactory
- All Implemented Interfaces:
FacesWrapper<PartialViewContextFactory>
public abstract class PartialViewContextFactory
extends Object
implements FacesWrapper<PartialViewContextFactory>
- Since:
- 2.0
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionabstract PartialViewContext
getPartialViewContext
(FacesContext context) A class that implements this interface uses this method to return an instance of the class being wrapped.
-
Constructor Details
-
PartialViewContextFactory
Deprecated. -
PartialViewContextFactory
-
-
Method Details
-
getPartialViewContext
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<PartialViewContextFactory>
- Returns:
- the instance of the class being wrapped
-