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

Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
ScopeTag()
           
 
Method Summary
 int doStartTag()
          Process the start tag for this instance.
 Enumeration getDataSources()
           
 void setSources(String sourceNames)
           
 
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
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, getParent, release, setPageContext, setParent
 

Constructor Detail

ScopeTag

public ScopeTag()
Method Detail

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