| javax.servlet.http.HttpServlet org.cougaar.planning.servlet.ServletBase
All known Subclasses: org.cougaar.planning.servlet.HierarchyServlet, org.cougaar.glm.servlet.CompletionWatcherServlet, org.cougaar.logistics.servlet.ConditionServlet, org.cougaar.glm.servlet.GLMStimulatorServlet,
ServletBase | abstract public class ServletBase extends HttpServlet (Code) | |
Base class for all servlets in the datagrabber.
Holds the simple servlet support object.
Automatically treats POST requests as GETs.
Defines the usage function as something to be called when there
are no url parameters.
Most of the work of a servlet is done by the ServletWorker.
A new ServletWorker is created for every new request.
|
DEBUG | final public static boolean DEBUG(Code) | | |
VERBOSE | public static boolean VERBOSE(Code) | | |
toString | public String toString()(Code) | | Pretty to-String for debugging.
|
Methods inherited from javax.servlet.http.HttpServlet | protected void doDelete(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doHead(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doOptions(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doTrace(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected long getLastModified(HttpServletRequest req)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) public void service(ServletRequest req, ServletResponse res) throws ServletException, IOException(Code)(Java Doc)
|
|
|