Class Summary |
CloseConnectionTag |
JSP tag closeconnection, used to close the
specified java.sql.Connection. |
ConnectionTag |
JSP tag connection, used to get a
java.sql.Connection object from the DriverManager. |
ConnectionTEI |
TagExtraInfo for the connection tag. |
DatabaseURLTag |
JSP tag url, sets the database URL for the enclosing connection
tag. |
DriverTag |
JSP tag driver, sets the java.sql.Driver class name for the
enclosing connection tag. |
JndiNameTag |
JSP tag jndiname, sets the jndi named javax.sql.DataSource for the
enclosing connection tag. |
PasswordTag |
JSP tag password, sets the password for the
enclosing connection tag. |
UserIdTag |
JSP tag userid, sets the database user id for the
enclosing connection tag. |