Class AbstractSetVarTagSupport
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- org.silverpeas.core.web.jstl.util.AbstractSetVarTagSupport
-
- All Implemented Interfaces:
Serializable
,javax.servlet.jsp.tagext.IterationTag
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
ComponentParameterTag
,ConstantsMapTag
,SetConstantTag
,SettingsValueTag
public abstract class AbstractSetVarTagSupport extends javax.servlet.jsp.tagext.TagSupport
Abstract tag support class for implementing SimpleTag custom actions that specifyvar
andscope
attributes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AbstractSetVarTagSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected int
getScope()
protected String
getVar()
void
setScope(String scope)
protected void
setScopedVariable(Object value)
void
setVar(String value)
-