Uses of Class
javax.faces.context.PartialViewContext

Packages that use PartialViewContext
javax.faces.context Classes and interfaces defining per-request state information. 
 

Uses of PartialViewContext in javax.faces.context
 

Subclasses of PartialViewContext in javax.faces.context
 class PartialViewContextWrapper
          Provides a simple implementation of PartialViewContext that can be subclassed by developers wishing to provide specialized behavior to an existing PartialViewContext instance.
 

Methods in javax.faces.context that return PartialViewContext
 PartialViewContext FacesContext.getPartialViewContext()
          

Return the PartialViewContext for this request.

 PartialViewContext FacesContextWrapper.getPartialViewContext()
          The default behavior of this method is to call FacesContext.getPartialViewContext() ()} on the wrapped FacesContext object.
 PartialViewContext FacesContextWrapper.getPartialViewContext()
          The default behavior of this method is to call FacesContext.getPartialViewContext() ()} on the wrapped FacesContext object.
 PartialViewContext FacesContext.getPartialViewContext()
          

Return the PartialViewContext for this request.

abstract  PartialViewContext PartialViewContextFactory.getPartialViewContext(FacesContext context)
          Create (if needed) and return a PartialViewContext instance that is initialized using the current FacesContext instance.
abstract  PartialViewContext PartialViewContextFactory.getPartialViewContext(FacesContext context)
          Create (if needed) and return a PartialViewContext instance that is initialized using the current FacesContext instance.
abstract  PartialViewContext PartialViewContextWrapper.getWrapped()
           
abstract  PartialViewContext PartialViewContextWrapper.getWrapped()
           
 



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