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, setWizardStep
public static final String MODULE_NAME
public static MacroModuleContext getInstance(javax.servlet.http.HttpServletRequest request) throws FileNotFoundException, InstantiationException, IllegalAccessException, IOException, ModuleException
public List<LinkToRenderer> getNavigation()
AbstractModuleContext
getNavigation
in class AbstractModuleContext
public LinkToRenderer getHomeLink()
getHomeLink
in class AbstractModuleContext
public void init()
init
in class AbstractModuleContext
public IMacro getActiveMacro()
public void setActiveMacro(IMacro activeMacro)
Copyright © 2012-2018. All Rights Reserved.