org.rapla
Class MainServlet

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

public final class MainServlet
extends javax.servlet.http.HttpServlet

See Also:
Serialized Form

Field Summary
static String DEFAULT_CONFIG_NAME
           
 
Constructor Summary
MainServlet()
           
 
Method Summary
 void destroy()
          Disposes of container manager and container instance.
 void init()
          Initializes Servlet and creates a RaplaMainContainer instance
 void service(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Pass all servlet requests through to container to be handled.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONFIG_NAME

public static final String DEFAULT_CONFIG_NAME
See Also:
Constant Field Values
Constructor Detail

MainServlet

public MainServlet()
Method Detail

init

public void init()
          throws javax.servlet.ServletException
Initializes Servlet and creates a RaplaMainContainer instance

Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException - if an error occurs

service

public void service(javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws IOException,
                    javax.servlet.ServletException
Pass all servlet requests through to container to be handled. ^s

Overrides:
service in class javax.servlet.http.HttpServlet
Throws:
IOException
javax.servlet.ServletException

destroy

public void destroy()
Disposes of container manager and container instance.

Specified by:
destroy in interface javax.servlet.Servlet
Overrides:
destroy in class javax.servlet.GenericServlet


Copyright © 2000-2006 Rapla Team. All Rights Reseserved.