|
|
static void | main (String[] args) |
| |
|
| void | doGet (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException |
| |
| void | doPost (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException |
| |
Servlet implementation class SearchServlet
| admin.SearchServlet.SearchServlet |
( |
| ) |
|
- See also
- HttpServlet::HttpServlet()
| void admin.SearchServlet.doGet |
( |
HttpServletRequest |
request, |
|
|
HttpServletResponse |
response |
|
) |
| throws ServletException, IOException |
|
protected |
- See also
- HttpServlet::doGet(HttpServletRequest request, HttpServletResponse response)
| void admin.SearchServlet.doPost |
( |
HttpServletRequest |
request, |
|
|
HttpServletResponse |
response |
|
) |
| throws ServletException, IOException |
|
protected |
- See also
- HttpServlet::doPost(HttpServletRequest request, HttpServletResponse response)
The documentation for this class was generated from the following file: