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 destroy()
ServletConfig getServletConfig()
String getServletInfo()
void init(ServletConfig config) throws ServletException
ServletExceptionvoid service(ServletRequest req, ServletResponse res) throws IOException, ServletException
IOExceptionServletExceptionCopyright © 2014. All rights reserved.