public class TemplateEditorContext extends Object
| Constructor and Description |
|---|
TemplateEditorContext() |
| Modifier and Type | Method and Description |
|---|---|
Area |
getArea() |
Template |
getCurrentTemplate() |
static TemplateEditorContext |
getInstance(javax.servlet.http.HttpSession session) |
Row |
getRow() |
boolean |
isShowContent() |
void |
setArea(String area) |
void |
setCurrentTemplate(String currentTemplate) |
void |
setShowContent(boolean showContent) |
public static TemplateEditorContext getInstance(javax.servlet.http.HttpSession session)
public Template getCurrentTemplate()
public void setCurrentTemplate(String currentTemplate)
public Row getRow()
public Area getArea()
public void setArea(String area)
public boolean isShowContent()
public void setShowContent(boolean showContent)
Copyright © 2012-2018. All Rights Reserved.