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 AddLastModified
Returns the enum constant of this type with the specified name.static AddLastModified
AddLastModified.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 String
LastModifiedServlet.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 String
LastModifiedUtil.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 String
LastModifiedUtil.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 String
LastModifiedUtil.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 String
LastModifiedUtil.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 String
LastModifiedUtil.buildURL
(JspContext jspContext, String url, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Builds a URL.static String
LastModifiedUtil.buildURL
(PageContext pageContext, String url, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Builds a URL.static String
LastModifiedUtil.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 String
LastModifiedUtil.buildURL
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String servletPath, String url, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Builds a URL.static void
LastModifiedUtil.sendRedirect
(int status, JspContext jspContext, String href, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Sends a redirect.static void
LastModifiedUtil.sendRedirect
(int status, PageContext pageContext, String href, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Sends a redirect.static void
LastModifiedUtil.sendRedirect
(int status, ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String href, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Sends a redirect.static void
LastModifiedUtil.sendRedirect
(int status, ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String servletPath, String href, URIParameters params, AddLastModified addLastModified, boolean absolute, boolean canonical) Sends a redirect.