public class DispatcherServlet extends HttpServlet
Constructor and Description |
---|
DispatcherServlet() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
void |
init() |
protected RequestHandler |
mapRequest(HttpServletRequest request,
HttpServletResponse response) |
protected void |
runAfterCompletion(Interceptor[] interceptors,
HttpServletRequest request,
HttpServletResponse response,
Exception ex) |
protected void |
runPostProcess(Interceptor[] interceptors,
HttpServletRequest request,
HttpServletResponse response,
RequestHandler result) |
protected boolean |
runPreProcess(Interceptor[] interceptors,
HttpServletRequest request,
HttpServletResponse response) |
protected void |
service(HttpServletRequest request,
HttpServletResponse response) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
public void init() throws ServletException
init
in class GenericServlet
ServletException
public void destroy()
destroy
in interface Servlet
destroy
in class GenericServlet
protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException
service
in class HttpServlet
ServletException
IOException
protected void runAfterCompletion(Interceptor[] interceptors, HttpServletRequest request, HttpServletResponse response, Exception ex) throws Exception
Exception
protected void runPostProcess(Interceptor[] interceptors, HttpServletRequest request, HttpServletResponse response, RequestHandler result) throws Exception
Exception
protected boolean runPreProcess(Interceptor[] interceptors, HttpServletRequest request, HttpServletResponse response) throws Exception
Exception
protected RequestHandler mapRequest(HttpServletRequest request, HttpServletResponse response)
Copyright © 2014, 2015 IBH SYSTEMS GmbH and others. All Rights Reserved.