public class MonitoringAction extends AbstractModuleAction
| Constructor and Description |
|---|
MonitoringAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActionGroupName()
the group name of the action
|
static String |
performMainPage(RequestService rs,
ContentContext ctx,
javax.servlet.http.HttpSession session,
MessageRepository messageRepository,
I18nAccess i18nAccess) |
static String |
performPerformancePage(RequestService rs,
ContentContext ctx,
javax.servlet.http.HttpSession session,
MessageRepository messageRepository,
I18nAccess i18nAccess) |
String |
prepare(ContentContext ctx,
ModulesContext moduleContext)
method called before module rendering
|
getModuleContext, haveRight, haveRight, isLightInterface, performChangeRenderer, performSearch, performWizardpublic String getActionGroupName()
IActionpublic String prepare(ContentContext ctx, ModulesContext moduleContext) throws Exception
IModuleActionprepare in interface IModuleActionprepare in class AbstractModuleActionctx - the current context.moduleContext - the context of the module. You can call getCurrentModule for recover the module.Exceptionpublic static String performMainPage(RequestService rs, ContentContext ctx, javax.servlet.http.HttpSession session, MessageRepository messageRepository, I18nAccess i18nAccess) throws Exception
Exceptionpublic static String performPerformancePage(RequestService rs, ContentContext ctx, javax.servlet.http.HttpSession session, MessageRepository messageRepository, I18nAccess i18nAccess) throws Exception
ExceptionCopyright © 2012-2018. All Rights Reserved.