|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.opensymphony.xwork.ActionSupport
com.atlassian.confluence.core.ConfluenceActionSupport
com.atlassian.confluence.admin.actions.ViewSystemInfoAction
public class ViewSystemInfoAction
| Field Summary |
|---|
| Fields inherited from class com.atlassian.confluence.core.ConfluenceActionSupport |
|---|
CANCEL, DEVMODE, eventManager, i18NBeanFactory, labelManager, languageManager, LICENSE_EXPIRED, LICENSE_USERS_EXCEEDED, log, permissionManager, permitted, PREVIEW, settingsManager, spacePermissionManager, userAccessor, webInterfaceManager |
| Fields inherited from class com.opensymphony.xwork.ActionSupport |
|---|
LOG |
| Fields inherited from interface com.opensymphony.xwork.Action |
|---|
ERROR, INPUT, LOGIN, NONE, SUCCESS |
| Constructor Summary | |
|---|---|
ViewSystemInfoAction()
Keep the blank constructor so WebWork can construct the action |
|
ViewSystemInfoAction(javax.servlet.ServletContext servletContext)
This constructor is used by the error page (500page.jsp) to create a new action after the ActionContext has been reset. |
|
| Method Summary | |
|---|---|
java.lang.String |
execute()
|
java.util.Map |
getBuildStats()
|
DatabaseInfo |
getDatabaseInfo()
|
java.lang.String |
getDatabaseLatency()
|
java.util.List |
getEnabledPlugins()
Retrieves the list of enabled plugins. |
MemoryInfo |
getMemoryStatistics()
|
java.util.Map |
getProps()
|
javax.servlet.ServletContext |
getServletContext()
|
void |
setGc(boolean gc)
|
void |
setSystemInformationService(SystemInformationService sysInfoService)
|
| Methods inherited from class com.opensymphony.xwork.ActionSupport |
|---|
addActionError, addActionMessage, addFieldError, getActionErrors, getActionMessages, getErrorMessages, getErrors, getFieldErrors, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, setActionErrors, setActionMessages, setFieldErrors, validate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ViewSystemInfoAction()
public ViewSystemInfoAction(javax.servlet.ServletContext servletContext)
| Method Detail |
|---|
public java.lang.String execute()
throws java.lang.Exception
execute in interface com.opensymphony.xwork.Actionexecute in class com.opensymphony.xwork.ActionSupportjava.lang.Exceptionpublic javax.servlet.ServletContext getServletContext()
public java.util.Map getProps()
public MemoryInfo getMemoryStatistics()
public java.util.Map getBuildStats()
public DatabaseInfo getDatabaseInfo()
public java.lang.String getDatabaseLatency()
public java.util.List getEnabledPlugins()
public void setGc(boolean gc)
public void setSystemInformationService(SystemInformationService sysInfoService)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||