Package org.ocpsoft.rewrite.servlet.impl
Class ResponseContentImpl
java.lang.Object
org.ocpsoft.rewrite.servlet.impl.ResponseContentImpl
- All Implemented Interfaces:
ResponseContent
- Author:
- Lincoln Baxter, III
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]voidsetCharset(Charset charset) voidsetContents(byte[] contents) toString()
-
Constructor Details
-
ResponseContentImpl
-
-
Method Details
-
getContents
public byte[] getContents()- Specified by:
getContentsin interfaceResponseContent
-
setContents
public void setContents(byte[] contents) - Specified by:
setContentsin interfaceResponseContent
-
getCharset
- Specified by:
getCharsetin interfaceResponseContent
-
setCharset
- Specified by:
setCharsetin interfaceResponseContent
-
toString
-