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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MutableHttpParameters
Provides read-write access to HttpParameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyParameters
Empty parameters singleton.
|
class |
HttpParametersMap
A modifiable parameter map.
|
class |
ServletRequestParameters
Gets unmodifiable parameters from the provided request.
|
class |
UnmodifiableHttpParameters
Protects a set of parameters from modification.
|
| Modifier and Type | Method and Description |
|---|---|
static HttpParameters |
UnmodifiableHttpParameters.wrap(HttpParameters wrapped)
Wraps the given parameters to ensure they are unmodifiable.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
HttpParametersUtils.addParams(String href,
HttpParameters params,
String encoding)
Adds all of the parameters to a URL.
|
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.
|
static HttpParameters |
UnmodifiableHttpParameters.wrap(HttpParameters wrapped)
Wraps the given parameters to ensure they are unmodifiable.
|
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.