| org.cougaar.core.servlet.ServletFrameset org.cougaar.core.servlet.ServletMultiFrameset
ServletMultiFrameset | abstract public class ServletMultiFrameset extends ServletFrameset (Code) | | Base class for serlvets that have multiple frames with an
agent selection list.
|
getDataSelectionList | abstract protected List getDataSelectionList(HttpServletRequest request)(Code) | | Get the contents for the second drop-down list.
The only other information of interest is the local agent's
name, which is available from the getNodeID()
method.
|
printAdditionalBottomFields | final protected void printAdditionalBottomFields(PrintWriter out)(Code) | | We save the info frame's view to avoid reloading both the
selection list and data frame if the user hasn't changed
the agent selection.
|
printPage | abstract protected void printPage(String selectName, HttpServletRequest request, PrintWriter out)(Code) | | Print the data for the dataFrame.
Parameters: selectName - the selected name from the secondary drop-down |
|
|