public class TemplateContext extends Object
Modifier and Type | Field and Description |
---|---|
static ParentLink |
ALL_TEMPLATES_LINK |
static ParentLink |
HIERARCHY_LINK |
static ParentLink |
MY_TEMPLATES_LINK |
static String |
NAME |
Modifier and Type | Method and Description |
---|---|
void |
checkEditMode(ContentContext ctx) |
String |
getCurrentLink() |
static TemplateContext |
getInstance(javax.servlet.http.HttpSession session,
GlobalContext globalContext,
Module module) |
List<ParentLink> |
getLocalNavigation() |
void |
setCurrentLink(String currentLink) |
public static final String NAME
public static ParentLink MY_TEMPLATES_LINK
public static ParentLink ALL_TEMPLATES_LINK
public static ParentLink HIERARCHY_LINK
public static final TemplateContext getInstance(javax.servlet.http.HttpSession session, GlobalContext globalContext, Module module) throws FileNotFoundException, IOException
FileNotFoundException
IOException
public List<ParentLink> getLocalNavigation()
public void checkEditMode(ContentContext ctx)
public String getCurrentLink()
public void setCurrentLink(String currentLink)
Copyright © 2012-2018. All Rights Reserved.