| javax.servlet.http.HttpServlet org.cougaar.core.servlet.ComponentServlet
All known Subclasses: org.cougaar.core.qos.frame.FrameViewerServlet, org.cougaar.demo.mesh.MeshServlet, org.cougaar.core.util.ComponentViewServlet, org.cougaar.core.util.CheckJarsServlet, org.cougaar.lib.web.service.FavIconServlet, org.cougaar.core.node.QuiescenceStateServlet, org.cougaar.logistics.servlet.SDUseCaseServlet, org.cougaar.demo.ping.PingServlet, org.cougaar.core.examples.servlet.FileServerServlet, org.cougaar.demo.mandelbrot.FrontPageServlet, org.cougaar.core.adaptivity.AEViewerServlet, org.cougaar.planning.servlet.ConsistencyCheckServlet, org.cougaar.lib.web.service.BlockRobotsServlet, org.cougaar.core.wp.WhitePagesServlet, org.cougaar.logistics.servlet.AvailabilityServlet, org.cougaar.core.examples.servlet.ColorServlet, org.cougaar.demo.mandelbrot.v1.MandelbrotServlet, org.cougaar.planning.examples.AddTaskServlet, org.cougaar.lib.web.service.FileServlet, org.cougaar.demo.mandelbrot.v2.FractalServlet, org.cougaar.core.examples.servlet.HelloServlet,
ComponentServlet | abstract public class ComponentServlet extends HttpServlet implements Component(Code) | | Abstract base-class for a Component that is also a Servlet.
This is very similar to BaseServletComponent, except that
the component itself is registered as the servlet.
|
ComponentServlet | public ComponentServlet()(Code) | | |
getEncodedAgentName | protected String getEncodedAgentName()(Code) | | URL-encoded name of the local agent
|
getModelState | public int getModelState()(Code) | | |
getPath | protected String getPath()(Code) | | Get the path for the Servlet's registration.
Typically supplied by the component parameter, but
subclasses can hard-code the path by overriding
this method.
|
setParameter | public void setParameter(Object o)(Code) | | Capture the (optional) load-time parameters.
This is typically a List of Strings.
|
unload | public void unload()(Code) | | |
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)
|
|
|