public abstract class Action extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Action.StartAction |
static class |
Action.StopAction |
| Modifier and Type | Method and Description |
|---|---|
static Action |
add(Action action) |
protected abstract void |
doProcess(javax.servlet.http.HttpServletRequest request,
MBeanServerConnection connection) |
MBeanServerConnection |
getConnection(javax.servlet.http.HttpServletRequest request) |
String |
getDescription() |
Page |
getPage() |
String |
getParameter() |
StatisticGraph |
getStatisticGraph(javax.servlet.http.HttpServletRequest request) |
boolean |
isAjax(javax.servlet.http.HttpServletRequest request) |
static void |
load(Class<?> clazz) |
void |
process(javax.servlet.http.HttpServletRequest request) |
void |
setAjaxContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
String |
toString() |
public static void load(Class<?> clazz)
public final void process(javax.servlet.http.HttpServletRequest request)
protected abstract void doProcess(javax.servlet.http.HttpServletRequest request,
MBeanServerConnection connection)
throws Exception
Exceptionpublic MBeanServerConnection getConnection(javax.servlet.http.HttpServletRequest request)
public StatisticGraph getStatisticGraph(javax.servlet.http.HttpServletRequest request)
public Page getPage()
public String getParameter()
public String getDescription()
public boolean isAjax(javax.servlet.http.HttpServletRequest request)
public void setAjaxContent(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws IOException
IOExceptionCopyright © 2014. All Rights Reserved.