|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |