com.acciente.induction.dispatcher
Class HttpDispatcher
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.acciente.induction.dispatcher.HttpDispatcher
- All Implemented Interfaces:
- 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
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 |
HttpDispatcher
public HttpDispatcher()
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 IOException
- Overrides:
service
in class javax.servlet.http.HttpServlet
- Throws:
IOException
dispatchRequest
public void dispatchRequest(javax.servlet.http.HttpServletRequest oRequest,
javax.servlet.http.HttpServletResponse oResponse)
throws IOException
- Throws:
IOException
Copyright © 2008-2013 Acciente, LLC. All Rights Reserved.