Package org.javlo.module.template
Class TemplateEditorContext
- java.lang.Object
-
- org.javlo.module.template.TemplateEditorContext
-
public class TemplateEditorContext extends Object
-
-
Constructor Summary
Constructors Constructor Description TemplateEditorContext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AreagetArea()TemplategetCurrentTemplate()static TemplateEditorContextgetInstance(javax.servlet.http.HttpSession session)RowgetRow()booleanisShowContent()voidsetArea(String area)voidsetCurrentTemplate(String currentTemplate)voidsetShowContent(boolean showContent)
-
-
-
Method Detail
-
getInstance
public static TemplateEditorContext getInstance(javax.servlet.http.HttpSession session)
-
getCurrentTemplate
public Template getCurrentTemplate()
-
setCurrentTemplate
public void setCurrentTemplate(String currentTemplate)
-
getRow
public Row getRow()
-
getArea
public Area getArea()
-
setArea
public void setArea(String area)
-
isShowContent
public boolean isShowContent()
-
setShowContent
public void setShowContent(boolean showContent)
-
-