Uses of Enum
com.aoapps.servlet.lastmodified.AddLastModified
-
Uses of AddLastModified in com.aoapps.servlet.lastmodified
Methods in com.aoapps.servlet.lastmodified that return AddLastModifiedModifier and TypeMethodDescriptionstatic AddLastModifiedReturns the enum constant of this type with the specified name.static AddLastModifiedAddLastModified.valueOfLowerName(String lowerName) Gets the enum value for the given lower-case name.static AddLastModified[]AddLastModified.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aoapps.servlet.lastmodified with parameters of type AddLastModifiedModifier and TypeMethodDescriptionstatic StringLastModifiedServlet.addLastModified(ServletContext servletContext, HttpServletRequest request, String servletPath, String url, AddLastModified when) Adds a last modified time (to the nearest second) to a URL if the resource is directly available as a local resource.static StringLastModifiedUtil.buildRedirectURL(JspContext jspContext, String href, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Builds a URL that should be used for a redirect location.static StringLastModifiedUtil.buildRedirectURL(PageContext pageContext, String href, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Builds a URL that should be used for a redirect location.static StringLastModifiedUtil.buildRedirectURL(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String href, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Builds a URL that should be used for a redirect location, with path resolved relative to the given request.static StringLastModifiedUtil.buildRedirectURL(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String servletPath, String href, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Builds a URL that should be used for a redirect location.static StringLastModifiedUtil.buildURL(JspContext jspContext, String url, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Builds a URL.static StringLastModifiedUtil.buildURL(PageContext pageContext, String url, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Builds a URL.static StringLastModifiedUtil.buildURL(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String url, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Builds a URL with path resolved relative to the given request.static StringLastModifiedUtil.buildURL(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String servletPath, String url, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Builds a URL.static voidLastModifiedUtil.sendRedirect(int status, JspContext jspContext, String href, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Sends a redirect.static voidLastModifiedUtil.sendRedirect(int status, PageContext pageContext, String href, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Sends a redirect.static voidLastModifiedUtil.sendRedirect(int status, ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String href, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Sends a redirect.static voidLastModifiedUtil.sendRedirect(int status, ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String servletPath, String href, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Sends a redirect.
