Package org.javlo.service.shared
Class SharedContentAction
- java.lang.Object
-
- org.javlo.actions.AbstractModuleAction
-
- org.javlo.service.shared.SharedContentAction
-
- All Implemented Interfaces:
IAction
,IModuleAction
public class SharedContentAction extends AbstractModuleAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SharedContentAction.SharedContentBean
-
Constructor Summary
Constructors Constructor Description SharedContentAction()
-
Method Summary
-
Methods inherited from class org.javlo.actions.AbstractModuleAction
getModuleContext, haveRight, haveRight, isLightInterface, performChangeRenderer, performSearch, performWizard
-
-
-
-
Method Detail
-
getActionGroupName
public String getActionGroupName()
Description copied from interface:IAction
the group name of the action- Returns:
- a group name.
-
prepare
public String prepare(ContentContext ctx, ModulesContext modulesContext) throws Exception
Description copied from interface:IModuleAction
method called before module rendering- Specified by:
prepare
in interfaceIModuleAction
- Overrides:
prepare
in classAbstractModuleAction
- Parameters:
ctx
- the current context.modulesContext
- the context of the module. You can call getCurrentModule for recover the module.- Returns:
- eventually the error message
- Throws:
Exception
-
performChoose
public static String performChoose(javax.servlet.http.HttpSession session, RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
-
performRefresh
public static String performRefresh(RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
-
performURLList
public static String performURLList(RequestService rs, GlobalContext globalContext, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
-
performSearch
public static String performSearch(RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
-
performRefreshresult
public static String performRefreshresult(RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)
-
performUpdateActive
public static String performUpdateActive(RequestService rs, ContentContext ctx, GlobalContext globalContext, MessageRepository messageRepository, I18nAccess i18nAccess)
-
-