FileDocCategorySizeDatePackage
ViewSubscribersServlet.javaAPI DocExample747Wed Aug 07 19:26:20 BST 2002com.oreilly.javaxp.httpunit

ViewSubscribersServlet

public class ViewSubscribersServlet extends HttpServlet
Allows administrators to view the list of subscribers.
author
Eric M. Burke
version
$Id: ViewSubscribersServlet.java,v 1.1 2002/08/08 00:26:21 jepc Exp $

Fields Summary
Constructors Summary
Methods Summary
protected voiddoGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)


        res.getWriter().println("<html><body>Hello</body></html>");
//        RequestDispatcher dispatcher =
//                req.getRequestDispatcher("viewSubscribers.jsp");
//
//        dispatcher.forward(req, res);