org.apache.qpid.management.web.action
Class ConsoleAction
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.qpid.management.web.action.ConsoleAction
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ConsoleAction
- extends HttpServlet
This action is the controller responsible to prepare data for the home
page (System Overview) of QMan admin console.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleAction
public ConsoleAction()
init
public void init()
- Initializes this controller.
Simply it computes the start date of the application.
- Overrides:
init
in class GenericServlet
service
protected void service(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Prepares data for System Overview admin console page and forward that data to that page.
- Overrides:
service
in class HttpServlet
- Throws:
ServletException
- when this controller is not able to forward to the appropriate view page.
IOException
- when this controller is not able to forward to the appropriate view page.
Licensed to the Apache Software Foundation