Class GetAbstract
java.lang.Object
|
+----javax.servlet.GenericServlet
|
+----javax.servlet.http.HttpServlet
|
+----GetAbstract
- public class GetAbstract
- extends HttpServlet
-
GetAbstract()
-
-
doGet(HttpServletRequest, HttpServletResponse)
-
-
init(ServletConfig)
-
GetAbstract
public GetAbstract()
init
public void init(ServletConfig config) throws ServletException
- Overrides:
- init in class GenericServlet
doGet
public void doGet(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
- Overrides:
- doGet in class HttpServlet