| Modifier and Type | Method and Description |
|---|---|
static void |
ApplicationAssociate.clearInstance(ExternalContext externalContext) |
static ApplicationAssociate |
ApplicationAssociate.getInstance(ExternalContext externalContext) |
| Constructor and Description |
|---|
ResourcePathsIterator(String rootPath,
int maxDepth,
String[] extensions,
String[] restrictedDirectories,
ExternalContext externalContext) |
| Modifier and Type | Method and Description |
|---|---|
ExternalContext |
InitFacesContext.getExternalContext() |
| Modifier and Type | Method and Description |
|---|---|
static WebConfiguration |
WebConfiguration.getInstance(ExternalContext extContext)
Return the WebConfiguration instance for this application.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ServletContextAdapter |
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalContextImpl
This implementation of
ExternalContext is specific to the servlet implementation. |
| Modifier and Type | Method and Description |
|---|---|
ExternalContext |
FacesContextImpl.getExternalContext() |
ExternalContext |
ExternalContextFactoryImpl.getExternalContext(Object servletContext,
Object request,
Object response) |
| Constructor and Description |
|---|
FacesContextImpl(ExternalContext ec,
Lifecycle lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
static InjectionProvider |
InjectionProviderFactory.createInstance(ExternalContext extContext)
Creates a new instance of the class specified by the
com.sun.faces.InjectionProvider system property. |
static SerializationProvider |
SerializationProviderFactory.createInstance(ExternalContext extContext)
Creates a new instance of the class specified by the
com.sun.faces.InjectionProvider system property. |
| Modifier and Type | Method and Description |
|---|---|
static String |
Util.getFirstWildCardMappingToFacesServlet(ExternalContext externalContext) |
static boolean |
Util.isResourceExactMappedToFacesServlet(ExternalContext externalContext,
String resource)
Checks if the FacesServlet is exact mapped to the given resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExternalContextWrapper
Provides a simple implementation of
|
| Modifier and Type | Method and Description |
|---|---|
ExternalContext |
FacesContextWrapper.getExternalContext()
The default behavior of this method is to call
FacesContext.getExternalContext() on the wrapped
FacesContext object. |
abstract ExternalContext |
FacesContext.getExternalContext()
|
abstract ExternalContext |
ExternalContextFactory.getExternalContext(Object context,
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. |
ExternalContext |
ExternalContextWrapper.getWrapped() |
| Constructor and Description |
|---|
ExternalContextWrapper(ExternalContext wrapped)
If this external context has been decorated, the implementation doing the decorating should push the implementation being wrapped to this constructor. |
Copyright © 1997–2020 Eclipse Foundation. All rights reserved.