rewrite-api-servlet 2.0.0.Beta2

org.ocpsoft.rewrite.servlet.config.response
Interface ResponseContent


public interface ResponseContent

Holds contents of the fully completed HttpServletResponse.

Author:
Lincoln Baxter, III

Method Summary
 Charset getCharset()
          Get the Charset with which response output is encoded.
 byte[] getContents()
          Get the contents of this buffer.
 void setCharset(Charset charset)
          Set the Charset with which response output will be encoded.
 void setContents(byte[] contents)
          Set the contents of this buffer.
 

Method Detail

getContents

byte[] getContents()
Get the contents of this buffer.


setContents

void setContents(byte[] contents)
Set the contents of this buffer.


getCharset

Charset getCharset()
Get the Charset with which response output is encoded.


setCharset

void setCharset(Charset charset)
Set the Charset with which response output will be encoded.


rewrite-api-servlet 2.0.0.Beta2

Copyright © 2013 OCPsoft. All Rights Reserved.