|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wicket.request.Request
public abstract class Request
Request object.
Constructor Summary | |
---|---|
Request()
|
Method Summary | |
---|---|
abstract java.nio.charset.Charset |
getCharset()
|
abstract java.util.Locale |
getLocale()
Returns locale for this request. |
Url |
getOriginalUrl()
In case this request has been created using requestWithUrl(Url) , this method should
return the original URL. |
IRequestParameters |
getPostParameters()
|
java.lang.String |
getPrefixToContextPath()
Returns prefix from Wicket Filter mapping to context path. |
IRequestParameters |
getQueryParameters()
|
IRequestParameters |
getRequestParameters()
|
abstract Url |
getUrl()
Returns the URL for this request. |
Request |
requestWithUrl(Url url)
Returns request with specified URL and same POST parameters as this request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Request()
Method Detail |
---|
public abstract Url getUrl()
public Url getOriginalUrl()
requestWithUrl(Url)
, this method should
return the original URL.
public IRequestParameters getPostParameters()
public IRequestParameters getQueryParameters()
public IRequestParameters getRequestParameters()
public abstract java.util.Locale getLocale()
public Request requestWithUrl(Url url)
url
- Url instance
public java.lang.String getPrefixToContextPath()
For example if Wicket filter is mapped to hello/* this method should return ../ regardless of actual URL (after Wicket filter)
public abstract java.nio.charset.Charset getCharset()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |