|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalContext | |
---|---|
javax.faces.context | Classes and interfaces defining per-request state information. |
Uses of ExternalContext in javax.faces.context |
---|
Subclasses of ExternalContext in javax.faces.context | |
---|---|
class |
ExternalContextWrapper
Provides a simple implementation of
|
Methods in javax.faces.context that return ExternalContext | |
---|---|
abstract ExternalContext |
FacesContext.getExternalContext()
Return the ExternalContext instance for this FacesContext
instance. |
ExternalContext |
FacesContextWrapper.getExternalContext()
The default behavior of this method is to call FacesContext.getExternalContext()
on the wrapped FacesContext object. |
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(java.lang.Object context,
java.lang.Object request,
java.lang.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 |
ExternalContextFactory.getExternalContext(java.lang.Object context,
java.lang.Object request,
java.lang.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()
|
abstract ExternalContext |
ExternalContextWrapper.getWrapped()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |