|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.Response
org.apache.wicket.protocol.http.WebResponse
org.apache.wicket.protocol.http.BufferedWebResponse
com.alogient.cameleon.extension.wicket.wicket.response.CameleonWebResponse
public class CameleonWebResponse
A custom web response used to remove the session_id for the bot. User: jmirc Date: 16/11/10 Time: 2:34 PM
| Field Summary |
|---|
| Fields inherited from class org.apache.wicket.protocol.http.WebResponse |
|---|
redirect |
| Constructor Summary | |
|---|---|
CameleonWebResponse(javax.servlet.http.HttpServletResponse httpServletResponse)
|
|
| Method Summary | |
|---|---|
CharSequence |
encodeURL(CharSequence url)
|
static boolean |
isAgent(String agent)
Detect if the user-agent is a bot |
| Methods inherited from class org.apache.wicket.protocol.http.BufferedWebResponse |
|---|
close, filter, redirect, reset, toString, write |
| Methods inherited from class org.apache.wicket.protocol.http.WebResponse |
|---|
addCookie, clearCookie, configureAjaxRedirect, getHttpServletResponse, getOutputStream, isAjax, isRedirect, setAjax, setAttachmentHeader, setContentLength, setContentType, setDateHeader, setHeader, setLastModifiedTime, setLocale, write |
| Methods inherited from class org.apache.wicket.Response |
|---|
detectContentType, filter, getCharacterEncoding, println, setCharacterEncoding, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CameleonWebResponse(javax.servlet.http.HttpServletResponse httpServletResponse)
| Method Detail |
|---|
public CharSequence encodeURL(CharSequence url)
encodeURL in class org.apache.wicket.protocol.http.WebResponsepublic static boolean isAgent(String agent)
agent - the user-agent info
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||