| javax.servlet.http.HttpServlet org.cougaar.core.servlet.ServletFrameset
All known Subclasses: org.cougaar.mts.std.DestinationQueueMonitorServlet, org.cougaar.core.thread.TopServlet, org.cougaar.core.qos.tmatrix.AgentFlowServlet, org.cougaar.core.qos.metrics.MetricsServlet, org.cougaar.core.qos.gossip.GossipServlet, org.cougaar.core.servlet.ServletMultiFrameset, org.cougaar.mts.std.StatisticsServlet,
ServletFrameset | abstract public class ServletFrameset extends HttpServlet (Code) | | Base class for serlvets that generate a per-agent data page.
The page is split into three frames, with the agent selection
at the top, data in the middle, and a refresh button at the
bottom. The user can select a different agent and press the
refresh button to refresh the data page. The bottom frame
also allows the user to set a timer-based data refresh, where
zero stops the timer.
See Also: org.cougaar.core.servlet.ServletMultiFrameset See Also: adds a See Also: second drop-down list for additional data filtering |
BOTTOM_FRAME | final protected static String BOTTOM_FRAME(Code) | | |
REFRESH_FIELD_PARAM | final protected static String REFRESH_FIELD_PARAM(Code) | | |
bottomPercentage | protected int bottomPercentage()(Code) | | |
dataPercentage | protected int dataPercentage()(Code) | | |
getPath | abstract public String getPath()(Code) | | Get the servlet path
|
getTitle | abstract public String getTitle()(Code) | | Get the page title
|
printAdditionalBottomFields | protected void printAdditionalBottomFields(PrintWriter out)(Code) | | |
topPercentage | protected int topPercentage()(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)
|
|
|