| java.lang.Object com.flexive.ejb.beans.TemplateEngineBean
Field Summary | |
javax.ejb.SessionContext | ctx |
Method Summary | |
public void | activate(long id) Activates the template with the given id. | public long | create(String name, Type type, String contentType, String content) | public String | getContent(long id, FxTreeMode mode) | public String | getContent(String templateName, FxTreeMode mode) | public String | getFinalContent(long id, String masterTemplateFile, FxTreeMode mode) | public String | getFinalContent(String templateName, String masterTemplateFile) | public FxTemplateInfo | getInfo(long id, FxTreeMode mode) | public FxTemplateInfo | getInfo(String name, FxTreeMode mode) | public long | getLastChange(Type type, FxTreeMode mode) | public FxTemplateInfo | getTemplate(long treeNodeId, FxTreeMode mode) | public ArrayList<FxTemplateMapping> | getTemplateMappings(long treeNodeId, FxTreeMode mode) | public ArrayList<FxTemplateInfo> | list(Type type) | public static String | replace(String aInput, String aOldPattern, String aNewPattern) | public void | setContent(long id, String content, String type, FxTreeMode mode) | public void | setName(long id, String name) | public void | setTemplateMappings(long nodeId, List<FxTemplateMapping> map) | public boolean | templateIsReferenced(long id) |
ctx | javax.ejb.SessionContext ctx(Code) | | |
|
|