Class HttpRequestHandlerServlet
java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
org.springframework.web.context.support.HttpRequestHandlerServlet
- All Implemented Interfaces:
- Servlet,- ServletConfig,- Serializable
Simple HttpServlet that delegates to an 
HttpRequestHandler bean defined
 in Spring's root web application context. The target bean name must match the
 HttpRequestHandlerServlet servlet-name as defined in web.xml.- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
- 
Field SummaryFields inherited from class jakarta.servlet.http.HttpServletLEGACY_DO_HEAD
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidinit()protected voidservice(HttpServletRequest request, HttpServletResponse response) Methods inherited from class jakarta.servlet.http.HttpServletdoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, serviceMethods inherited from class jakarta.servlet.GenericServletdestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log
- 
Constructor Details- 
HttpRequestHandlerServletpublic HttpRequestHandlerServlet()
 
- 
- 
Method Details- 
init- Overrides:
- initin class- GenericServlet
- Throws:
- ServletException
 
- 
serviceprotected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException - Overrides:
- servicein class- HttpServlet
- Throws:
- ServletException
- IOException
 
 
-