@RestController @RequestMapping(value="/api/public") public class PublicController extends Object
| Constructor and Description |
|---|
PublicController() |
| Modifier and Type | Method and Description |
|---|---|
AppBean |
getAppTitle(javax.servlet.http.HttpServletRequest request) |
String |
getRootPath(javax.servlet.http.HttpServletRequest request)
Deprecated.
|
org.springframework.web.servlet.view.RedirectView |
getThemeCss()
Deprecated.
|
@GetMapping(path="/app/info") public AppBean getAppTitle(javax.servlet.http.HttpServletRequest request)
request - the http servlet request@Deprecated @GetMapping(path="/css/theme") public org.springframework.web.servlet.view.RedirectView getThemeCss()
@Deprecated @GetMapping(path="/js/global") public String getRootPath(javax.servlet.http.HttpServletRequest request)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.