public final class RequestUtil
extends java.lang.Object
| Constructor | Description |
|---|---|
RequestUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.StringBuffer |
getRequestURL(HttpServletRequest request) |
Build an appropriate return value for
HttpServletRequest.getRequestURL() based on the provided
request object. |
public static java.lang.StringBuffer getRequestURL(HttpServletRequest request)
HttpServletRequest.getRequestURL() based on the provided
request object. Note that this will also work for instances of
HttpServletRequestWrapper.request - The request object for which the URL should be builtCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.