Uses of Class
javax.faces.context.ExternalContext

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 ExternalContext that can be subclassed by developers wishing to provide specialized behavior to an existing ExternalContext instance.

 

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()
           
 



Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.