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