|
rewrite-api-servlet 2.0.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResponseContent
Holds contents of the fully completed HttpServletResponse.
| 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 |
|---|
byte[] getContents()
void setContents(byte[] contents)
Charset getCharset()
Charset with which response output is encoded.
void setCharset(Charset charset)
Charset with which response output will be encoded.
|
rewrite-api-servlet 2.0.0.Beta2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||