Uses of Interface
com.aoapps.servlet.http.HttpServletUtil.UrlModifier
Packages that use HttpServletUtil.UrlModifier
-
Uses of HttpServletUtil.UrlModifier in com.aoapps.servlet.http
Methods in com.aoapps.servlet.http with parameters of type HttpServletUtil.UrlModifierModifier and TypeMethodDescriptionstatic String
HttpServletUtil.buildRedirectURL
(HttpServletRequest request, HttpServletResponse response, String href, URIParameters params, HttpServletUtil.UrlModifier modifier, boolean absolute, boolean canonical) Builds a URL that should be used for a redirect location, with path resolved relative to the given request.static String
HttpServletUtil.buildRedirectURL
(HttpServletRequest request, HttpServletResponse response, String servletPath, String href, URIParameters params, HttpServletUtil.UrlModifier modifier, boolean absolute, boolean canonical) Builds a URL that should be used for a redirect location, including all the proper URL conversions.static String
HttpServletUtil.buildRedirectURL
(JspContext jspContext, String href, URIParameters params, HttpServletUtil.UrlModifier modifier, boolean absolute, boolean canonical) static String
HttpServletUtil.buildRedirectURL
(PageContext pageContext, String href, URIParameters params, HttpServletUtil.UrlModifier modifier, boolean absolute, boolean canonical) static String
HttpServletUtil.buildURL
(HttpServletRequest request, HttpServletResponse response, String url, URIParameters params, HttpServletUtil.UrlModifier modifier, boolean absolute, boolean canonical) Builds a URL with path resolved relative to the given request.static String
HttpServletUtil.buildURL
(HttpServletRequest request, HttpServletResponse response, String servletPath, String url, URIParameters params, HttpServletUtil.UrlModifier modifier, boolean absolute, boolean canonical) Builds a URL with all the proper URL conversions.static String
HttpServletUtil.buildURL
(JspContext jspContext, String url, URIParameters params, HttpServletUtil.UrlModifier modifier, boolean absolute, boolean canonical) static String
HttpServletUtil.buildURL
(PageContext pageContext, String url, URIParameters params, HttpServletUtil.UrlModifier modifier, boolean absolute, boolean canonical) static void
HttpServletUtil.sendRedirect
(int status, HttpServletRequest request, HttpServletResponse response, String href, URIParameters params, HttpServletUtil.UrlModifier modifier, boolean absolute, boolean canonical) static void
HttpServletUtil.sendRedirect
(int status, HttpServletRequest request, HttpServletResponse response, String servletPath, String href, URIParameters params, HttpServletUtil.UrlModifier modifier, boolean absolute, boolean canonical) static void
HttpServletUtil.sendRedirect
(int status, JspContext jspContext, String href, URIParameters params, HttpServletUtil.UrlModifier modifier, boolean absolute, boolean canonical) static void
HttpServletUtil.sendRedirect
(int status, PageContext pageContext, String href, URIParameters params, HttpServletUtil.UrlModifier modifier, boolean absolute, boolean canonical)