| java.lang.Object org.cougaar.lib.web.service.ListRegistryServlet
ListRegistryServlet | public class ListRegistryServlet implements Servlet(Code) | | A servlet that displays all the paths in a ServletRegistry ,
for leaf servlet service use (within an Agent).
- "?format=html" -- generate a pretty html
page (default)
- "?format=text -- generate plain text, one path
name per line (instead of "?format=html")
- "?sorted=true -- sort the paths in alphabetical
order (default)
- "?sorted=false" -- don't sort the paths into
alphabetical order (instead of "?sorted=true")
|
destroy | public void destroy()(Code) | | |
|
|