net.sf.xbus.admin.html
Class AdminDispatcherServlet

java.lang.Object
  extended by net.sf.xbus.admin.html.AdminDispatcherServlet

public class AdminDispatcherServlet
extends java.lang.Object

The AdminDispatcherServlet determines the Workflow. This class causes the adjustment of the Models due to a user Requests. Its function exists in the sense of a Controllers in the selection and the co-ordination of the Worker Beans. It is responsible for the fact that all components are initialized.


Constructor Summary
AdminDispatcherServlet()
           
 
Method Summary
 void doPost(javax.servlet.http.HttpServlet servlet, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          doPost is called in response to an HTTP POST request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdminDispatcherServlet

public AdminDispatcherServlet()
Method Detail

doPost

public void doPost(javax.servlet.http.HttpServlet servlet,
                   javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
doPost is called in response to an HTTP POST request. Depending on the parameter of the HttpServletRequest sets doPost() the necessary data in form of the ConfigurationBean or AdministrationBean to the HttpSesson and resends the HttpRequest by means of the forwardTo() method to the appropriate jsp.

Parameters:
request - HttpServletRequest
response - HttpServletResponse