Package jakarta.faces.context
Class ExternalContextFactory
java.lang.Object
jakarta.faces.context.ExternalContextFactory
- All Implemented Interfaces:
- FacesWrapper<ExternalContextFactory>
public abstract class ExternalContextFactory
extends Object
implements FacesWrapper<ExternalContextFactory>
- Since:
- 2.0
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract ExternalContextgetExternalContext(Object context, Object request, Object response) A class that implements this interface uses this method to return an instance of the class being wrapped.
- 
Constructor Details- 
ExternalContextFactoryDeprecated.
- 
ExternalContextFactory
 
- 
- 
Method Details- 
getExternalContextpublic abstract ExternalContext getExternalContext(Object context, Object request, Object response) throws FacesException - Throws:
- FacesException
 
- 
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<ExternalContextFactory>
- Returns:
- the instance of the class being wrapped
 
 
-