Java org.apache.wicket.request Response fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.request Response fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.request Response.

The text is from its open source code.

Subclass

org.apache.wicket.request.Response has subclasses.
Click this link to see all its subclasses.

Constructor

Method

StringencodeURL(CharSequence url)
Encodes the specified URL by including the session ID in it, or, if encoding is not needed, returns the URL unchanged.
ObjectgetContainerResponse()
Provides access to the low-level container response object that implementaion of this Response delegate to.
OutputStreamgetOutputStream()
Returns an OutputStream suitable for writing binary data in the response.
voidwrite(CharSequence sequence)
Writes the CharSequence to output.
voidwrite(byte[] array)
Writes the buffer to output.