Class DispatcherServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- org.apache.felix.http.base.internal.dispatch.DispatcherServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,Serializable
public class DispatcherServlet extends jakarta.servlet.http.HttpServletThe dispatcher servlet is registered in the container. It is dispatching requests to the http implementation. It does not start the http service, this needs to be done through theHttpServiceController.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DispatcherServlet(Dispatcher controller)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidservice(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)-
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
-
-
-
Constructor Detail
-
DispatcherServlet
public DispatcherServlet(Dispatcher controller)
-
-
Method Detail
-
service
protected void service(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws jakarta.servlet.ServletException, IOException- Overrides:
servicein classjakarta.servlet.http.HttpServlet- Throws:
jakarta.servlet.ServletExceptionIOException
-
-