Return to www.inductionframework.org

com.acciente.induction.dispatcher
Class HttpDispatcher

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.acciente.induction.dispatcher.HttpDispatcher
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class HttpDispatcher
extends javax.servlet.http.HttpServlet

This is the Induction dispatcher servlet.

See Also:
Serialized Form

Constructor Summary
HttpDispatcher()
           
 
Method Summary
 void dispatch(javax.servlet.http.HttpServletRequest oRequest, javax.servlet.http.HttpServletResponse oResponse)
           
 void init(javax.servlet.ServletConfig oServletConfig)
          This method is called by the webcontainer to initialize this servlet
 void service(javax.servlet.http.HttpServletRequest oRequest, javax.servlet.http.HttpServletResponse oResponse)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpDispatcher

public HttpDispatcher()
Method Detail

init

public void init(javax.servlet.ServletConfig oServletConfig)
          throws javax.servlet.ServletException
This method is called by the webcontainer to initialize this servlet

Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class javax.servlet.GenericServlet
Parameters:
oServletConfig - web container-provided access to this servlet's configuration
Throws:
javax.servlet.ServletException

service

public void service(javax.servlet.http.HttpServletRequest oRequest,
                    javax.servlet.http.HttpServletResponse oResponse)
             throws javax.servlet.ServletException,
                    java.io.IOException
Overrides:
service in class javax.servlet.http.HttpServlet
Throws:
javax.servlet.ServletException
java.io.IOException

dispatch

public void dispatch(javax.servlet.http.HttpServletRequest oRequest,
                     javax.servlet.http.HttpServletResponse oResponse)
              throws java.io.IOException
Throws:
java.io.IOException

Return to www.inductionframework.org

Copyright (c) 2008 Acciente, LLC. All rights reserved.