Class StringTemplateTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.silverpeas.core.web.util.viewgenerator.html.template.StringTemplateTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class StringTemplateTag extends javax.servlet.jsp.tagext.TagSupport
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
STRING_TEMPLATE_ATT
-
Constructor Summary
Constructors Constructor Description StringTemplateTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doEndTag()
int
doStartTag()
String
getLocationBase()
String
getName()
void
setLocationBase(String locationBase)
void
setName(String name)
-
-
-
Field Detail
-
STRING_TEMPLATE_ATT
public static final String STRING_TEMPLATE_ATT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLocationBase
public String getLocationBase()
- Returns:
- the locationBase
-
setLocationBase
public void setLocationBase(String locationBase)
- Parameters:
locationBase
- the locationBase to set
-
getName
public String getName()
- Returns:
- the name
-
setName
public void setName(String name)
- Parameters:
name
- the name to set
-
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
-
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
-
-