com.arsdigita.acs.tags
Class ExportTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.arsdigita.acs.tags.ExportTag
- All Implemented Interfaces:
- Serializable, Tag
- public class ExportTag
- extends TagSupport
- implements Tag
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doEndTag, 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 |
ExportTag
public ExportTag()
setType
public void setType(String s)
throws JspException
setVars
public void setVars(String s)
setSource
public void setSource(String s)
throws JspException
doStartTag
public int doStartTag()
throws JspException
- 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