Class TemplateMacroModule
- java.lang.Object
-
- org.javlo.macro.interactive.AbstractDisplayModule
-
- org.javlo.macro.interactive.module.TemplateMacroModule
-
- All Implemented Interfaces:
IAction,IInteractiveMacro,IMacro
public class TemplateMacroModule extends AbstractDisplayModule
-
-
Field Summary
-
Fields inherited from interface org.javlo.macro.core.IMacro
DEFAULT_MAX_MODAL_SIZE, DEFAULT_PRIORITY, LARGE_MODAL_SIZE, MIDDEL_MODAL_SIZE, SMALL_MODAL_SIZE
-
-
Constructor Summary
Constructors Constructor Description TemplateMacroModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractModuleActiongetModuleAction(ContentContext ctx)StringgetName()Stringprepare(ContentContext ctx)-
Methods inherited from class org.javlo.macro.interactive.AbstractDisplayModule
getActionGroupName, getIcon, getInfo, getModalSize, getParams, getPriority, getRenderer, getUrl, haveRight, init, isActive, isAdd, isAdmin, isInterative, isPreview, perform
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getNamein interfaceIMacro- Specified by:
getNamein classAbstractDisplayModule
-
prepare
public String prepare(ContentContext ctx)
- Specified by:
preparein interfaceIInteractiveMacro- Overrides:
preparein classAbstractDisplayModule
-
getModuleAction
protected AbstractModuleAction getModuleAction(ContentContext ctx)
- Specified by:
getModuleActionin classAbstractDisplayModule
-
-