Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
| Package | Description |
|---|---|
| com.aoindustries.net | |
| com.aoindustries.servlet.http |
| Modifier and Type | Method and Description |
|---|---|
static String |
UrlUtils.buildUrl(JspContext jspContext,
String src,
HttpParameters params,
boolean srcAbsolute,
LastModifiedServlet.AddLastModifiedWhen addLastModified) |
static String |
UrlUtils.buildUrl(PageContext pageContext,
String href,
HttpParameters params,
boolean hrefAbsolute,
LastModifiedServlet.AddLastModifiedWhen addLastModified) |
static String |
UrlUtils.buildUrl(ServletContext servletContext,
HttpServletRequest request,
HttpServletResponse response,
String href,
HttpParameters params,
boolean hrefAbsolute,
LastModifiedServlet.AddLastModifiedWhen addLastModified)
Performs all the proper URL conversions along with optionally adding a lastModified parameter.
|
| Modifier and Type | Method and Description |
|---|---|
static LastModifiedServlet.AddLastModifiedWhen |
LastModifiedServlet.AddLastModifiedWhen.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LastModifiedServlet.AddLastModifiedWhen |
LastModifiedServlet.AddLastModifiedWhen.valueOfLowerName(String lowerName) |
static LastModifiedServlet.AddLastModifiedWhen[] |
LastModifiedServlet.AddLastModifiedWhen.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
LastModifiedServlet.addLastModified(ServletContext servletContext,
HttpServletRequest request,
String servletPath,
String url,
LastModifiedServlet.AddLastModifiedWhen when)
Adds a last modified time (to the nearest second) to a URL if the resource is directly available
as a local resource.
|
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.