public class DirectRedirectResponseValues extends RedirectResponseValues
| Constructor and Description |
|---|
DirectRedirectResponseValues(String url)
This will redirect to the url.
|
DirectRedirectResponseValues(String url,
int statusCode)
This will redirect to the url.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getRedirectUrl(String url)
Does not add context.
|
getRedirectUrlgetContentType, getException, getForwardUrl, getHeader, getMap, getModel, getStatusCode, getTemplateName, setContentType, setStatusCodepublic DirectRedirectResponseValues(String url, int statusCode)
public DirectRedirectResponseValues(String url)
protected String getRedirectUrl(String url)
getRedirectUrl in class RedirectResponseValuesCopyright © 2022. All rights reserved.