|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.sandev.tools.ControlPanel.XHTMLControlPanelServlet
A wrapper for the platform control panel that simply calls through
to the container for all display and update procesing.
AUTOGENERATED FILE, DO NOT EDIT DIRECTLY.
source: declared in build
generator: org.sandev.generator.CtrlPanelServletGenerator
time: Dec 2, 2005 6:38:59 PM
| Field Summary | |
static java.lang.String |
jmxCtrlPanelURLPrefix
|
| Constructor Summary | |
XHTMLControlPanelServlet()
|
|
| Method Summary | |
void |
doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Pass HTTP 'GET' request over to handleRequest method. |
void |
doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Pass HTTP 'POST' request over to handleRequest method. |
protected void |
handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Process the HTTP request and trap any errors. |
protected void |
writeNodeDecls(javax.servlet.ServletOutputStream sos,
org.sandev.basics.structs.NodeInstance[] nodes)
Given a Configuration, write out the node control structure for it. |
protected void |
writeNodeStructure(javax.servlet.ServletOutputStream sos)
Write out a control structure of the nodes in this deployment. |
protected void |
writeUpgradeInfo(javax.servlet.ServletOutputStream sos)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String jmxCtrlPanelURLPrefix
| Constructor Detail |
public XHTMLControlPanelServlet()
| Method Detail |
public void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Pass HTTP 'GET' request over to handleRequest method.
public void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Pass HTTP 'POST' request over to handleRequest method.
protected void handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Process the HTTP request and trap any errors.
protected void writeNodeStructure(javax.servlet.ServletOutputStream sos)
throws java.io.IOException
java.io.IOException
protected void writeNodeDecls(javax.servlet.ServletOutputStream sos,
org.sandev.basics.structs.NodeInstance[] nodes)
throws java.io.IOException
java.io.IOException
protected void writeUpgradeInfo(javax.servlet.ServletOutputStream sos)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||