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 SummaryConstructorsConstructorDescriptionDeprecated.
- 
Method SummaryModifier and TypeMethodDescriptionabstract PartialViewContextgetPartialViewContext(FacesContext context) A class that implements this interface uses this method to return an instance of the class being wrapped.
- 
Constructor Details- 
PartialViewContextFactoryDeprecated.
- 
PartialViewContextFactory
 
- 
- 
Method Details- 
getPartialViewContext
- 
getWrappedDescription copied from interface:FacesWrapperA class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
- getWrappedin interface- FacesWrapper<PartialViewContextFactory>
- Returns:
- the instance of the class being wrapped
 
 
-