public class DispatchServlet
extends HttpServlet
| Constructor and Description | 
|---|
DispatchServlet()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
init(ServletConfig config)  | 
protected void | 
service(HttpServletRequest request,
       HttpServletResponse response)  | 
public void init(ServletConfig config)
protected void service(HttpServletRequest request,
                       HttpServletResponse response)
                throws ServletException,
                       IOException
ServletExceptionIOExceptionCopyright © 2022. All rights reserved.