@RestController public class SettingsController extends Object
| Constructor and Description |
|---|
SettingsController() |
| Modifier and Type | Method and Description |
|---|---|
OmasSettings |
getOmasSettings() |
String |
getRootPath(javax.servlet.http.HttpServletRequest request) |
org.springframework.web.servlet.view.RedirectView |
getThemeCss() |
@GetMapping(path="/css/theme") public org.springframework.web.servlet.view.RedirectView getThemeCss()
@GetMapping(path="/js/global") public String getRootPath(javax.servlet.http.HttpServletRequest request)
@GetMapping(value="/api/omas/settings") public OmasSettings getOmasSettings()
Copyright © 2018–2020 ODPi. All rights reserved.