Java org.apache.wicket.protocol.http.mock MockHttpServletRequest fields, constructors, methods, implement or subclass

Example usage for Java org.apache.wicket.protocol.http.mock MockHttpServletRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.wicket.protocol.http.mock MockHttpServletRequest.

The text is from its open source code.

Subclass

org.apache.wicket.protocol.http.mock.MockHttpServletRequest has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidaddHeader(String name, String value)
Add a header to the request.
StringgetCharacterEncoding()
Get the current character encoding.
voidsetParameter(final String name, final String value)
Set a parameter.
voidsetURL(String url)
Set the complete url for this request.
voidsetUrl(Url url)