@RestController
public class RouteController
extends java.lang.Object
| Constructor and Description |
|---|
RouteController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.servlet.ModelAndView |
redirectAbout()
Redirect /about to /#/about.
|
org.springframework.web.servlet.ModelAndView |
redirectDownloads()
Redirect /downloads to /#/downloads.
|
@RequestMapping(value="/downloads") public org.springframework.web.servlet.ModelAndView redirectDownloads()
@RequestMapping(value="/about") public org.springframework.web.servlet.ModelAndView redirectAbout()