public final class RequestUtil extends Object
Constructor and Description |
---|
RequestUtil() |
Modifier and Type | Method and Description |
---|---|
static StringBuffer |
getRequestURL(HttpServletRequest request)
Build an appropriate return value for
HttpServletRequest.getRequestURL() based on the provided
request object. |
public static 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-2020 Apache Software Foundation. All Rights Reserved.