Class HttpsMapper.RedirectHandler

  • All Implemented Interfaces:
    org.apache.wicket.request.IRequestHandler
    Enclosing class:
    HttpsMapper

    public static class HttpsMapper.RedirectHandler
    extends java.lang.Object
    implements org.apache.wicket.request.IRequestHandler
    Handler that takes care of redirecting
    Author:
    igor
    • Constructor Summary

      Constructors 
      Constructor Description
      RedirectHandler​(java.lang.String url, HttpsConfig config)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getUrl()  
      void respond​(org.apache.wicket.request.IRequestCycle requestCycle)  
      • 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​(java.lang.String url,
                               HttpsConfig config)
        Constructor
        Parameters:
        config - https config
        url - redirect location
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
        Returns:
        redirect location
      • respond

        public void respond​(org.apache.wicket.request.IRequestCycle requestCycle)
        Specified by:
        respond in interface org.apache.wicket.request.IRequestHandler