org.makumba.devel
Class SystemServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.makumba.devel.SystemServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class SystemServlet
extends HttpServlet

This class offers a way for web applications (like Parade) to communicate to the makumba webapp. For now, the only sensible thing done is to set the logging root

See Also:
Serialized Form

Constructor Summary
SystemServlet()
           
 
Method Summary
 void service(HttpServletRequest req, HttpServletResponse resp)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemServlet

public SystemServlet()
Method Detail

service

public void service(HttpServletRequest req,
                    HttpServletResponse resp)
Overrides:
service in class HttpServlet