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