Class ScriptTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.silverpeas.core.web.util.viewgenerator.html.override.ScriptTag
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class ScriptTag extends javax.servlet.jsp.tagext.TagSupport
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScriptTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
doEndTag()
String
getSrc()
String
getWebContext()
void
setSrc(String src)
void
setWebContext(String webContext)
-
-
-
Method Detail
-
setWebContext
public void setWebContext(String webContext)
-
getWebContext
public String getWebContext()
-
setSrc
public void setSrc(String src)
-
getSrc
public String getSrc()
-
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
-
-