com.arsdigita.acs.tags
Class SubTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.arsdigita.acs.tags.SubTag
- All Implemented Interfaces:
- Serializable, Tag
- public class SubTag
- extends TagSupport
- implements Tag
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubTag
public SubTag()
doStartTag
public int doStartTag()
- Description copied from interface:
Tag
- Process the start tag for this instance.
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class TagSupport
- Following copied from interface:
javax.servlet.jsp.tagext.Tag
- See Also:
BodyTag
doEndTag
public int doEndTag()
throws JspException
- Description copied from interface:
Tag
- Process the end tag. This method will be called on all Tag objects.
- Specified by:
doEndTag
in interface Tag
- Overrides:
doEndTag
in class TagSupport
setVar
public void setVar(String s)
setDs
public void setDs(String s)
main
public static void main(String[] args)
setEncode
public void setEncode(String s)