Package org.apache.myfaces.view
Interface ResponseSwitch
- 
- All Known Implementing Classes:
- HttpServletResponseSwitch,- ServletResponseSwitch
 
 public interface ResponseSwitchResponses which can be enabled or disabled implement this interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisEnabled()Are the Response's Writer and OutputStream currently enabled?voidsetEnabled(boolean enabled)Enables or disables the Response's Writer and OutputStream.
 
-