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 Constructor Description ExternalContextFactory()Deprecated.ExternalContextFactory(ExternalContextFactory delegate)
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract ExternalContextgetExternalContext(Object context, Object request, Object response)ExternalContextFactorygetWrapped()A class that implements this interface uses this method to return an instance of the class being wrapped.
 
- 
- 
- 
Constructor Detail- 
ExternalContextFactory@Deprecated public ExternalContextFactory() Deprecated.
 - 
ExternalContextFactorypublic ExternalContextFactory(ExternalContextFactory delegate) 
 
- 
 - 
Method Detail- 
getExternalContextpublic abstract ExternalContext getExternalContext(Object context, Object request, Object response) throws FacesException - Throws:
- FacesException
 
 - 
getWrappedpublic ExternalContextFactory getWrapped() Description 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
 
 
- 
 
-