|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.Response
wicket.protocol.http.WebResponse
wicket.protocol.http.WebResponseWithCryptedUrl
wicket.protocol.http.request.CryptedUrlwebRequestCodingStrategy
public class WebResponseWithCryptedUrl
It extends WebResponse and encodes (encrypt) wicket's URL query string. Thus it hides the details from the user.
| Field Summary |
|---|
| Fields inherited from class wicket.protocol.http.WebResponse |
|---|
redirect |
| Constructor Summary | |
|---|---|
WebResponseWithCryptedUrl(javax.servlet.http.HttpServletResponse httpServletResponse)
Deprecated. Constructor. |
|
| Method Summary | |
|---|---|
java.lang.CharSequence |
encodeURL(java.lang.CharSequence url)
Deprecated. Returns the given url encoded. |
protected java.lang.CharSequence |
shortenUrl(java.lang.CharSequence queryString)
Deprecated. Try to shorten the querystring without loosing information. |
| Methods inherited from class wicket.protocol.http.WebResponse |
|---|
addCookie, clearCookie, close, getHttpServletResponse, getOutputStream, isAjax, isRedirect, redirect, setAjax, setAttachmentHeader, setContentLength, setContentType, setDateHeader, setHeader, setLastModifiedTime, setLocale, write, write |
| Methods inherited from class wicket.Response |
|---|
filter, getCharacterEncoding, println, reset, setCharacterEncoding, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebResponseWithCryptedUrl(javax.servlet.http.HttpServletResponse httpServletResponse)
httpServletResponse - The servlet response object| Method Detail |
|---|
public java.lang.CharSequence encodeURL(java.lang.CharSequence url)
encodeURL in class WebResponseurl - The URL to encode
protected java.lang.CharSequence shortenUrl(java.lang.CharSequence queryString)
queryString - The original query string
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||