org.apache.taglibs.dbtags.connection
Class ConnectionTEI

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagExtraInfo
      extended by org.apache.taglibs.dbtags.connection.ConnectionTEI

public class ConnectionTEI
extends javax.servlet.jsp.tagext.TagExtraInfo

TagExtraInfo for the connection tag. This TagExtraInfo specifies that the ConnectionTag assigns a java.sql.Connection object to the "id" attribute at the end tag.

Author:
Morgan Delagrange
See Also:
ConnectionTag

Constructor Summary
ConnectionTEI()
           
 
Method Summary
 javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagExtraInfo
getTagInfo, isValid, setTagInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionTEI

public ConnectionTEI()
Method Detail

getVariableInfo

public final javax.servlet.jsp.tagext.VariableInfo[] getVariableInfo(javax.servlet.jsp.tagext.TagData data)
Overrides:
getVariableInfo in class javax.servlet.jsp.tagext.TagExtraInfo


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.