org.riotfamily.riot.status
Class StatusController
java.lang.Object
org.riotfamily.riot.status.StatusController
- All Implemented Interfaces:
- ApplicationContextAware, Controller
public class StatusController
- extends Object
- implements Controller, ApplicationContextAware
Controller that collects messages form all StatusMonitor
beans
and displays them.
- Author:
- Felix Gnass [fgnass at neteye dot de]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatusController
public StatusController()
setApplicationContext
public void setApplicationContext(ApplicationContext context)
- Specified by:
setApplicationContext
in interface ApplicationContextAware
handleRequest
public ModelAndView handleRequest(HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Specified by:
handleRequest
in interface Controller
- Throws:
Exception