Package | Description |
---|---|
javax.faces.context |
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 © 2019 Eclipse Foundation.
Use is subject to license terms.