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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

Method

CharsetgetCharset()
Gets charset of the request
UrlgetClientUrl()
Returns the url against which the client, usually the browser, will resolve relative urls in the rendered markup.
ObjectgetContainerRequest()
Provides access to the low-level container request object that implementaion of this Request delegate to.
StringgetContextPath()
Returns the context path or an empty string if the application is running under root context.
StringgetFilterPath()
Returns the path to which wicket Filter is mapped or an empty string if the filter is mapped to /* .
LocalegetLocale()
Returns locale for this request.
UrlgetOriginalUrl()
In case this request has been created using #cloneWithUrl(Url) , this method should return the original URL.
IRequestParametersgetPostParameters()
IRequestParametersgetQueryParameters()
IRequestParametersgetRequestParameters()
UrlgetUrl()
Returns the URL for this request.