org.ocpsoft.rewrite.servlet.impl
Class ResponseContentImpl
java.lang.Object
org.ocpsoft.rewrite.servlet.impl.ResponseContentImpl
- All Implemented Interfaces:
- ResponseContent
public class ResponseContentImpl
- extends Object
- implements ResponseContent
- Author:
- Lincoln Baxter, III
ResponseContentImpl
public ResponseContentImpl(byte[] contents,
Charset charset)
getContents
public byte[] getContents()
- Specified by:
getContents in interface ResponseContent
setContents
public void setContents(byte[] contents)
- Specified by:
setContents in interface ResponseContent
getCharset
public Charset getCharset()
- Specified by:
getCharset in interface ResponseContent
setCharset
public void setCharset(Charset charset)
- Specified by:
setCharset in interface ResponseContent
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012 OCPsoft. All Rights Reserved.