public class ExternalContextFactoryImpl extends ExternalContextFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_EXTERNAL_CONTEXT_KEY |
| Constructor and Description |
|---|
ExternalContextFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ExternalContext |
getExternalContext(Object servletContext,
Object request,
Object response)
Create (if needed) and return an
ExternalContext instance that is
initialized for the processing of the specified request and response objects, for this web application. |
getWrappedpublic static final String DEFAULT_EXTERNAL_CONTEXT_KEY
public ExternalContext getExternalContext(Object servletContext, Object request, Object response) throws FacesException
ExternalContextFactory
Create (if needed) and return an ExternalContext instance that is
initialized for the processing of the specified request and response objects, for this web application.
getExternalContext in class ExternalContextFactoryservletContext - In Jakarta Servlet environments, the ServletContext that is associated with this web
applicationrequest - In Jakarta Servlet environments, the ServletRequest that is to be processedresponse - In Jakarta Servlet environments, the ServletResponse that is to be processedExternalContext.FacesException - if a ExternalContext cannot be constructed for the specified parametersCopyright © 1997–2020 Eclipse Foundation. All rights reserved.