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.

Author:
Adinath Raveendra Raj
See Also:
Serialized Form

Nested Class Summary
static class HttpDispatcher.StopRequestProcessingSignal
           
 
Constructor Summary
HttpDispatcher()
           
 
Method Summary
 void dispatchRequest(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
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, 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
clone, equals, finalize, 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 java.io.IOException
Overrides:
service in class javax.servlet.http.HttpServlet
Throws:
java.io.IOException

dispatchRequest

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

Return to www.inductionframework.org

Copyright © 2008-2011 Acciente, LLC. All Rights Reserved.