@RestController public class Home extends ControllerBase implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
Home() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
protected void |
initMessaging(Environment env) |
protected Properties |
initPlatform(Properties defaultOverrides,
Environment env) |
org.springframework.http.ResponseEntity<Home> |
login(String sharedSecret,
javax.servlet.http.HttpServletRequest request) |
org.springframework.http.ResponseEntity<Home> |
welcome() |
getDatabaseStatus, getSharedSecret, onBusinessException@RequestMapping(value="/",
method=POST)
public org.springframework.http.ResponseEntity<Home> login(@RequestBody
String sharedSecret,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/",
method=GET)
public org.springframework.http.ResponseEntity<Home> welcome()
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionprotected void initMessaging(Environment env)
protected Properties initPlatform(Properties defaultOverrides, Environment env)
Copyright © 2011–2018 aiticon GmbH. All rights reserved.