org.openfaces.util
Class ResponseFacade
java.lang.Object
org.openfaces.util.ResponseFacade
- All Implemented Interfaces:
- AbstractResponseFacade
- Direct Known Subclasses:
- ResponseFacade.ActionResponseFacade, ResponseFacade.RenderResponseFacade
public abstract class ResponseFacade
- extends java.lang.Object
- implements AbstractResponseFacade
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponseFacade
public ResponseFacade()
getContentType
public abstract java.lang.String getContentType()
- Specified by:
getContentType
in interface AbstractResponseFacade
setContentType
public abstract void setContentType(java.lang.String s)
- Specified by:
setContentType
in interface AbstractResponseFacade
getWriter
public abstract java.io.Writer getWriter()
throws java.io.IOException
- Specified by:
getWriter
in interface AbstractResponseFacade
- Throws:
java.io.IOException
getOutputStream
public abstract java.io.OutputStream getOutputStream()
throws java.io.IOException
- Specified by:
getOutputStream
in interface AbstractResponseFacade
- Throws:
java.io.IOException
getCharacterEncoding
public abstract java.lang.String getCharacterEncoding()
- Specified by:
getCharacterEncoding
in interface AbstractResponseFacade
setCharacterEncoding
public abstract void setCharacterEncoding(java.lang.String s)
- Specified by:
setCharacterEncoding
in interface AbstractResponseFacade
getInstance
public static ResponseFacade getInstance(java.lang.Object response)
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.