@ConfigurationProperties(prefix="spring.mvc.controller") public class ControllerProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ControllerProperties.RedirectViewProperties |
static class |
ControllerProperties.ViewProperties |
| Constructor and Description |
|---|
ControllerProperties() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getOrder() |
Map<String,ControllerProperties.RedirectViewProperties> |
getRedirectView() |
Map<String,org.springframework.http.HttpStatus> |
getStatus() |
Map<String,ControllerProperties.ViewProperties> |
getView() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setOrder(Integer order) |
void |
setRedirectView(Map<String,ControllerProperties.RedirectViewProperties> redirectView) |
void |
setStatus(Map<String,org.springframework.http.HttpStatus> status) |
void |
setView(Map<String,ControllerProperties.ViewProperties> view) |
public Integer getOrder()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public Map<String,ControllerProperties.RedirectViewProperties> getRedirectView()
public void setRedirectView(Map<String,ControllerProperties.RedirectViewProperties> redirectView)
public Map<String,ControllerProperties.ViewProperties> getView()
public void setView(Map<String,ControllerProperties.ViewProperties> view)
public void setOrder(Integer order)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.