Package | Description |
---|---|
javax.faces.context |
Classes and interfaces
defining per-request state information.
|
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()
Return the
ExternalContext instance for this
FacesContext instance. |
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. |
abstract ExternalContext |
ExternalContextWrapper.getWrapped() |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.