org.openfaces.util
Interface AbstractResponseFacade
- All Known Implementing Classes:
- ResponseFacade, ResponseFacade.ActionResponseFacade, ResponseFacade.RenderResponseFacade
public interface AbstractResponseFacade
getContentType
java.lang.String getContentType()
setContentType
void setContentType(java.lang.String s)
getWriter
java.io.Writer getWriter()
throws java.io.IOException
- Throws:
java.io.IOException
getOutputStream
java.io.OutputStream getOutputStream()
throws java.io.IOException
- Throws:
java.io.IOException
getCharacterEncoding
java.lang.String getCharacterEncoding()
setCharacterEncoding
void setCharacterEncoding(java.lang.String s)
Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.