Package org.javlo.module.sitemap
Class SiteMapAction
- java.lang.Object
-
- org.javlo.actions.AbstractModuleAction
-
- org.javlo.module.sitemap.SiteMapAction
-
- All Implemented Interfaces:
IAction,IModuleAction
public class SiteMapAction extends AbstractModuleAction
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSiteMapAction.MenuElementBean
-
Constructor Summary
Constructors Constructor Description SiteMapAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActionGroupName()the group name of the actionstatic StringperformMove(RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess)Stringprepare(ContentContext ctx, ModulesContext modulesContext)method called before module rendering-
Methods inherited from class org.javlo.actions.AbstractModuleAction
getModuleContext, haveRight, haveRight, isLightInterface, performChangeRenderer, performSearch, performWizard
-
-
-
-
Method Detail
-
prepare
public String prepare(ContentContext ctx, ModulesContext modulesContext) throws Exception
Description copied from interface:IModuleActionmethod called before module rendering- Specified by:
preparein interfaceIModuleAction- Overrides:
preparein 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
-
getActionGroupName
public String getActionGroupName()
Description copied from interface:IActionthe group name of the action- Returns:
- a group name.
-
performMove
public static String performMove(RequestService rs, ContentContext ctx, MessageRepository messageRepository, I18nAccess i18nAccess) throws Exception
- Throws:
Exception
-
-