Package org.apache.myfaces.context
Class ExternalContextFactoryImpl
- java.lang.Object
- 
- jakarta.faces.context.ExternalContextFactory
- 
- org.apache.myfaces.context.ExternalContextFactoryImpl
 
 
- 
- All Implemented Interfaces:
- FacesWrapper<ExternalContextFactory>
 
 public class ExternalContextFactoryImpl extends ExternalContextFactory - Since:
- 2.0
- Version:
- $Revision$ $Date$
- Author:
- Leonardo Uribe (latest modification by $Author$)
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringEXTERNAL_CONTEXT_KEY
 - 
Constructor SummaryConstructors Constructor Description ExternalContextFactoryImpl()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalContextgetExternalContext(Object context, Object request, Object response)- 
Methods inherited from class jakarta.faces.context.ExternalContextFactorygetWrapped
 
- 
 
- 
- 
- 
Field Detail- 
EXTERNAL_CONTEXT_KEYpublic static final String EXTERNAL_CONTEXT_KEY - See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getExternalContextpublic ExternalContext getExternalContext(Object context, Object request, Object response) throws FacesException - Specified by:
- getExternalContextin class- ExternalContextFactory
- Throws:
- FacesException
 
 
- 
 
-