public class MacroModuleContext extends AbstractModuleContext
| Modifier and Type | Field and Description |
|---|---|
static String |
MODULE_NAME |
globalContext, i18nAccess, module| Constructor and Description |
|---|
MacroModuleContext() |
| Modifier and Type | Method and Description |
|---|---|
IMacro |
getActiveMacro() |
LinkToRenderer |
getHomeLink() |
static MacroModuleContext |
getInstance(javax.servlet.http.HttpServletRequest request) |
List<LinkToRenderer> |
getNavigation()
get the navigation of the module
|
void |
init() |
void |
setActiveMacro(IMacro activeMacro) |
getCurrentInstance, getCurrentLink, getFlatNavigation, getInstance, getRenderer, getWizardStep, setCurrentLink, setRenderer, setRendererFromNavigation, setWizardSteppublic static final String MODULE_NAME
public static MacroModuleContext getInstance(javax.servlet.http.HttpServletRequest request) throws FileNotFoundException, InstantiationException, IllegalAccessException, IOException, ModuleException
public List<LinkToRenderer> getNavigation()
AbstractModuleContextgetNavigation in class AbstractModuleContextpublic LinkToRenderer getHomeLink()
getHomeLink in class AbstractModuleContextpublic void init()
init in class AbstractModuleContextpublic IMacro getActiveMacro()
public void setActiveMacro(IMacro activeMacro)
Copyright © 2012-2018. All Rights Reserved.