public class CommentsAction extends AbstractModuleAction
Modifier and Type | Class and Description |
---|---|
class |
CommentsAction.CommentContainerComparator |
static class |
CommentsAction.CommentsContainer |
Constructor and Description |
---|
CommentsAction() |
Modifier and Type | Method and Description |
---|---|
String |
getActionGroupName()
the group name of the action
|
static String |
performAccept(RequestService rs,
GlobalContext globalContext,
ContentContext ctx,
MessageRepository messageRepository,
I18nAccess i18nAccess) |
static String |
performDeleteComments(RequestService rs,
ContentContext ctx,
MessageRepository messageRepository,
I18nAccess i18nAccess,
GlobalContext globalContext) |
static String |
performRefuse(RequestService rs,
GlobalContext globalContext,
ContentContext ctx,
MessageRepository messageRepository,
I18nAccess i18nAccess) |
String |
prepare(ContentContext ctx,
ModulesContext modulesContext)
method called before module rendering
|
getModuleContext, haveRight, haveRight, isLightInterface, performChangeRenderer, performSearch, performWizard
public String getActionGroupName()
IAction
public String prepare(ContentContext ctx, ModulesContext modulesContext) throws Exception
IModuleAction
prepare
in interface IModuleAction
prepare
in class AbstractModuleAction
ctx
- the current context.modulesContext
- the context of the module. You can call getCurrentModule for recover the module.Exception
public static String performAccept(RequestService rs, GlobalContext globalContext, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess) throws Exception
Exception
public static String performRefuse(RequestService rs, GlobalContext globalContext, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess) throws Exception
Exception
public static String performDeleteComments(RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess, GlobalContext globalContext) throws Exception
Exception
Copyright © 2012-2018. All Rights Reserved.