public static class ControllerProperties.RedirectViewProperties extends Object
| Constructor and Description |
|---|
RedirectViewProperties() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getContextRelative() |
org.springframework.http.HttpStatus |
getHttpStatus() |
Boolean |
getKeepQueryParams() |
String |
getRedirectUrl() |
void |
setContextRelative(Boolean contextRelative) |
void |
setHttpStatus(org.springframework.http.HttpStatus httpStatus) |
void |
setKeepQueryParams(Boolean keepQueryParams) |
void |
setRedirectUrl(String redirectUrl) |
public String getRedirectUrl()
public void setRedirectUrl(String redirectUrl)
public Boolean getContextRelative()
public void setContextRelative(Boolean contextRelative)
public Boolean getKeepQueryParams()
public void setKeepQueryParams(Boolean keepQueryParams)
public org.springframework.http.HttpStatus getHttpStatus()
public void setHttpStatus(org.springframework.http.HttpStatus httpStatus)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.