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

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

Introduction

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

The text is from its open source code.

Subclass

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

Field

StringPARAM_AJAX
marker for Ajax requests
StringHEADER_AJAX
marker for Ajax requests
StringPARAM_AJAX_BASE_URL
marker for Ajax-relative url

Method

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.
CookiegetCookie(final String cookieName)
ListgetCookies()
StringgetHeader(String name)
Returns the value of the specified request header as a String
LocalegetLocale()
Returns locale for this request.
IRequestParametersgetPostParameters()
IRequestParametersgetQueryParameters()
IRequestParametersgetRequestParameters()
booleanisAjax()
Returns whether this request is an Ajax request.