class IncludeContentSectionFactory.Section extends Object implements SectionAction
Modifier and Type | Field and Description |
---|---|
private JspContext |
jspContext |
Constructor and Description |
---|
IncludeContentSectionFactory.Section(JspContext jspContext) |
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Get the (HTML) contents of the section.
|
String |
getContentStyle()
Extra CSS style attributes that will be added to the
style attribute of the content section tag. |
String |
getHideClazz()
Additional class attribute of the main section tag that is used
when the section is hidden.
|
String |
getId()
ID attribute of the main section tag.
|
String |
getShowClazz()
Additional class attribute of the main section tag that is used
when the section is visible.
|
String |
getStyle()
Extra CSS style attributes that will be added to the
style attribute of the main section tag. |
String |
getTitle()
Get the title of the section.
|
private final JspContext jspContext
IncludeContentSectionFactory.Section(JspContext jspContext)
public String getId()
SectionAction
getId
in interface SectionAction
public String getShowClazz()
SectionAction
getShowClazz
in interface SectionAction
public String getHideClazz()
SectionAction
getHideClazz
in interface SectionAction
public String getStyle()
SectionAction
style
attribute of the main section tag.getStyle
in interface SectionAction
public String getContentStyle()
SectionAction
style
attribute of the content section tag.getContentStyle
in interface SectionAction
public String getTitle()
SectionAction
getTitle
in interface SectionAction
public String getContent()
SectionAction
getContent
in interface SectionAction