Module org.apache.wicket.core
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
Handler that takes care of redirecting
- Author:
- igor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetUrl()
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 Details
-
RedirectHandler
Constructor- Parameters:
config
- https configurl
- redirect location
-
-
Method Details
-
getUrl
- Returns:
- redirect location
-
respond
Description copied from interface:IRequestHandler
Generates a response.- Specified by:
respond
in interfaceIRequestHandler
- Parameters:
requestCycle
- the current request cycle
-