Package org.apache.wicket.protocol.https
Class HttpsMapper.RedirectHandler
- java.lang.Object
-
- org.apache.wicket.protocol.https.HttpsMapper.RedirectHandler
-
- All Implemented Interfaces:
IRequestHandler
- Enclosing class:
- HttpsMapper
public static class HttpsMapper.RedirectHandler extends Object implements IRequestHandler
Handler that takes care of redirecting- Author:
- igor
-
-
Constructor Summary
Constructors Constructor Description RedirectHandler(String url, HttpsConfig config)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getUrl()
void
respond(IRequestCycle requestCycle)
Generates a response.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.wicket.request.IRequestHandler
detach
-
-
-
-
Constructor Detail
-
RedirectHandler
public RedirectHandler(String url, HttpsConfig config)
Constructor- Parameters:
config
- https configurl
- redirect location
-
-
Method Detail
-
respond
public void respond(IRequestCycle requestCycle)
Description copied from interface:IRequestHandler
Generates a response.- Specified by:
respond
in interfaceIRequestHandler
- Parameters:
requestCycle
- the current request cycle
-
-