SnoopServlet.java | Class | A Cougaar-independent Servlet that calls all the various
HttpServletRequest methods and prints the results back to the
client, which is ideal for learning the Servlet API by example.
Unlike the HelloServlet , which extends
"ComponentServlet", this class extends the more basic
non-component "HttpServlet" class. |