Class RedirectResponseValues

    • Constructor Detail

      • RedirectResponseValues

        public RedirectResponseValues​(String redirectUrl)
        The string redirectUrl will get the context added. If you want a redirect for a URL that has the context already added, as is the case if a UrlBuilder was used. use the class DirectRedirectResponseValues. This will attempt to handle an off site redirect by checking for "://" in the URL.
      • RedirectResponseValues

        public RedirectResponseValues​(String redirectUrl,
                                      int statusCode)
      • RedirectResponseValues

        public RedirectResponseValues​(UrlBuilder.Route redirectUrl)