public final class RedirectUtil extends Object
| Constructor and Description |
|---|
RedirectUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
toRedirectURL(HttpServletRequest request,
String location)
Common point to generate a proper "Location" header for redirects.
|
public static String toRedirectURL(HttpServletRequest request, String location)
request - the request the redirect should be based on (needed when relative locations are provided, so that
server name, scheme, port can be built out properly)location - the location URL to redirect to (can be a relative path)Copyright © 1995-2015 Webtide. All Rights Reserved.