com.arsdigita.acs.tags
Class DataSourceTagExtraInfo
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagExtraInfo
|
+--com.arsdigita.acs.tags.DataSourceTagExtraInfo
- public class DataSourceTagExtraInfo
- extends TagExtraInfo
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataSourceTagExtraInfo
public DataSourceTagExtraInfo()
getVariableInfo
public VariableInfo[] getVariableInfo(TagData data)
- Description copied from class:
TagExtraInfo
- information on scripting variables defined by this tag
- Overrides:
getVariableInfo
in class TagExtraInfo
- Following copied from class:
javax.servlet.jsp.tagext.TagExtraInfo
- Parameters:
data
- The translation-time TagData instance.