public interface Servlet
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
ServletConfig |
getServletConfig() |
java.lang.String |
getServletInfo() |
void |
init(ServletConfig config) |
void |
service(ServletRequest req,
ServletResponse res) |
void destroy()
ServletConfig getServletConfig()
java.lang.String getServletInfo()
void init(ServletConfig config) throws ServletException
ServletException
void service(ServletRequest req, ServletResponse res) throws java.io.IOException, ServletException
java.io.IOException
ServletException
Copyright © 2013. All Rights Reserved.