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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ExternalContext
getExternalContext
(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
-
ExternalContextFactory
Deprecated. -
ExternalContextFactory
-
-
Method Details
-
getExternalContext
public abstract ExternalContext getExternalContext(Object context, Object request, Object response) throws FacesException - Throws:
FacesException
-
getWrapped
Description copied from interface:FacesWrapper
A class that implements this interface uses this method to return an instance of the class being wrapped.- Specified by:
getWrapped
in interfaceFacesWrapper<ExternalContextFactory>
- Returns:
- the instance of the class being wrapped
-