|
|||||||||
| 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
public class 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: Jul 31, 2008 4:34:17 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 java.lang.String |
getLink(javax.management.ObjectInstance oi)
Given an ObjectInstance, write out a link to the native JMX control panel for it. |
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)
Write out a control structure of the nodes in this deployment. |
protected void |
writeUpgradeInfo(javax.servlet.ServletOutputStream sos)
Footer information explaining how to change the link URLs. |
| 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)
doGet in class javax.servlet.http.HttpServlet
public void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
doPost in class javax.servlet.http.HttpServlet
protected void handleRequest(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
protected void writeNodeStructure(javax.servlet.ServletOutputStream sos)
throws java.io.IOException
java.io.IOExceptionprotected java.lang.String getLink(javax.management.ObjectInstance oi)
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 | ||||||||