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()
|
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 © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.