org.apache.wicket.protocol.https
Class HttpsMapper.RedirectHandler

java.lang.Object
  extended by 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
HttpsMapper.RedirectHandler(String url, HttpsConfig config)
          Constructor
 
Method Summary
 void detach(IRequestCycle requestCycle)
           
 String getUrl()
           
 void respond(IRequestCycle requestCycle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpsMapper.RedirectHandler

public HttpsMapper.RedirectHandler(String url,
                                   HttpsConfig config)
Constructor

Parameters:
config - https config
url - redirect location
Method Detail

getUrl

public String getUrl()
Returns:
redirect location

respond

public void respond(IRequestCycle requestCycle)
Specified by:
respond in interface IRequestHandler

detach

public void detach(IRequestCycle requestCycle)
Specified by:
detach in interface IRequestHandler


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.