public interface Servlet
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
ServletConfig |
getServletConfig() |
String |
getServletInfo() |
void |
init(ServletConfig config) |
void |
service(ServletRequest req,
ServletResponse res) |
void init(ServletConfig config) throws ServletException
ServletExceptionServletConfig getServletConfig()
void service(ServletRequest req, ServletResponse res) throws ServletException, IOException
ServletExceptionIOExceptionString getServletInfo()
void destroy()
Copyright © 2022. All rights reserved.