@Controller @Scope(value="request") @RequestMapping(value="/") public class IndexController extends Object
| Constructor and Description |
|---|
IndexController() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
configuration() |
String |
feedback() |
org.springframework.web.servlet.ModelAndView |
index(org.springframework.web.servlet.ModelAndView modelAndView) |
org.springframework.http.ResponseEntity |
sendFeedback(String message,
javax.servlet.ServletRequest request) |
String |
settings() |
String |
statistics() |
org.springframework.http.ResponseEntity |
whoAmI() |
@RequestMapping(value="/",
method=GET)
public org.springframework.web.servlet.ModelAndView index(org.springframework.web.servlet.ModelAndView modelAndView)
@RequestMapping(value="whoami",
method=GET)
@ResponseBody
public org.springframework.http.ResponseEntity whoAmI()
@RequestMapping(value="configuration",
method=GET)
@ResponseBody
public Map<String,String> configuration()
@RequestMapping(value="feedback",
method=GET)
public String feedback()
@RequestMapping(value="settings",
method=GET)
public String settings()
@RequestMapping(value="statistics",
method=GET)
public String statistics()
@RequestMapping(value="feedback",
method=POST)
public org.springframework.http.ResponseEntity sendFeedback(@ModelAttribute(value="message")
String message,
javax.servlet.ServletRequest request)
throws javax.mail.MessagingException
javax.mail.MessagingExceptionCopyright © 2004–2016 1&1. All rights reserved.