Package org.apache.myfaces.context
Class ExternalContextFactoryImpl
java.lang.Object
jakarta.faces.context.ExternalContextFactory
org.apache.myfaces.context.ExternalContextFactoryImpl
- All Implemented Interfaces:
- FacesWrapper<ExternalContextFactory>
- Since:
- 2.0
- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetExternalContext(Object context, Object request, Object response) Methods inherited from class jakarta.faces.context.ExternalContextFactorygetWrapped
- 
Field Details- 
EXTERNAL_CONTEXT_KEY- See Also:
 
 
- 
- 
Constructor Details- 
ExternalContextFactoryImplpublic ExternalContextFactoryImpl()
 
- 
- 
Method Details- 
getExternalContextpublic ExternalContext getExternalContext(Object context, Object request, Object response) throws FacesException - Specified by:
- getExternalContextin class- ExternalContextFactory
- Throws:
- FacesException
 
 
-