|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.request.Response
org.apache.wicket.response.ByteArrayResponse
public class ByteArrayResponse
Response used to capture output as a byte array
Constructor Summary | |
---|---|
ByteArrayResponse()
Constructor |
|
ByteArrayResponse(Response original)
Constructor |
Method Summary | |
---|---|
java.lang.String |
encodeURL(java.lang.CharSequence url)
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged. |
byte[] |
getBytes()
|
void |
reset()
Called when the Response needs to reset itself. |
void |
write(byte[] array)
Writes the buffer to output. |
void |
write(java.lang.CharSequence string)
Writes the CharSequence to output. |
Methods inherited from class org.apache.wicket.request.Response |
---|
close |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ByteArrayResponse(Response original)
original
- public ByteArrayResponse()
Method Detail |
---|
public byte[] getBytes()
public void write(java.lang.CharSequence string)
Response
CharSequence
to output.
write
in class Response
Response.write(CharSequence)
public void reset()
Response
reset
in class Response
Response.reset()
public void write(byte[] array)
Response
write
in class Response
org.apache.wicket.request.Response#getOutputStream()
public java.lang.String encodeURL(java.lang.CharSequence url)
Response
encodeURL
in class Response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |