Uses of Interface
org.apache.myfaces.context.servlet.ResponseSwitch

Packages that use ResponseSwitch
org.apache.myfaces.context.servlet   
org.apache.myfaces.util   
 

Uses of ResponseSwitch in org.apache.myfaces.context.servlet
 

Classes in org.apache.myfaces.context.servlet that implement ResponseSwitch
 class HttpServletResponseSwitch
          Implementation of a switching response wrapper to turn output on and off according to the JSF spec 2.0.
 class ServletResponseSwitch
          Implementation of a switching response wrapper to turn output on and off according to the JSF spec 2.0.
 

Uses of ResponseSwitch in org.apache.myfaces.util
 

Methods in org.apache.myfaces.util that return ResponseSwitch
static ResponseSwitch ExternalContextUtils.createResponseSwitch(java.lang.Object response)
          Try to create a ResponseSwitch for this response.
static ResponseSwitch ExternalContextUtils.getResponseSwitch(java.lang.Object response)
          Trys to obtain a ResponseSwitch from the Response.
 



Copyright © 2010 The Apache Software Foundation. All Rights Reserved.