com.arsdigita.acs.tags
Class ScopeTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.arsdigita.acs.tags.ScopeTag
- All Implemented Interfaces:
- DataSourceScopeTag, Serializable, Tag
- public class ScopeTag
- extends TagSupport
- implements Tag, DataSourceScopeTag
- 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 |
ScopeTag
public ScopeTag()
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
setSources
public void setSources(String sourceNames)
throws JspException
getDataSources
public Enumeration getDataSources()
- Specified by:
getDataSources
in interface DataSourceScopeTag