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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExternalContext
(Object context, Object request, Object response) Methods inherited from class jakarta.faces.context.ExternalContextFactory
getWrapped
-
Field Details
-
EXTERNAL_CONTEXT_KEY
- See Also:
-
-
Constructor Details
-
ExternalContextFactoryImpl
public ExternalContextFactoryImpl()
-
-
Method Details
-
getExternalContext
public ExternalContext getExternalContext(Object context, Object request, Object response) throws FacesException - Specified by:
getExternalContext
in classExternalContextFactory
- Throws:
FacesException
-