Uses of Class
javax.faces.context.PartialResponseWriter

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

Uses of PartialResponseWriter in javax.faces.context
 

Methods in javax.faces.context that return PartialResponseWriter
abstract  PartialResponseWriter PartialViewContext.getPartialResponseWriter()
          

Return the ResponseWriter to which components should direct their output for partial view rendering.

 PartialResponseWriter PartialViewContextWrapper.getPartialResponseWriter()
          The default behavior of this method is to call PartialViewContext.getPartialResponseWriter() on the wrapped PartialViewContext object.
 PartialResponseWriter PartialViewContextWrapper.getPartialResponseWriter()
          The default behavior of this method is to call PartialViewContext.getPartialResponseWriter() on the wrapped PartialViewContext object.
abstract  PartialResponseWriter PartialViewContext.getPartialResponseWriter()
          

Return the ResponseWriter to which components should direct their output for partial view rendering.

 



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