Class IconPaneTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.silverpeas.core.web.util.viewgenerator.html.iconpanes.IconPaneTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class IconPaneTag extends javax.servlet.jsp.tagext.TagSupport
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ICONPANE_PAGE_ATT
-
Constructor Summary
Constructors Constructor Description IconPaneTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doEndTag()
int
doStartTag()
String
getOrientation()
String
getSpacing()
void
setOrientation(String orientation)
void
setSpacing(String spacing)
-
-
-
Field Detail
-
ICONPANE_PAGE_ATT
public static final String ICONPANE_PAGE_ATT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOrientation
public String getOrientation()
- Returns:
- the orientation
-
setOrientation
public void setOrientation(String orientation)
- Parameters:
orientation
- the orientation to set
-
getSpacing
public String getSpacing()
- Returns:
- the spacing
-
setSpacing
public void setSpacing(String spacing)
- Parameters:
spacing
- the spacing to set
-
doEndTag
public int doEndTag() throws javax.servlet.jsp.JspException
- Specified by:
doEndTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in classjavax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classjavax.servlet.jsp.tagext.TagSupport
- Throws:
javax.servlet.jsp.JspException
-
-