Tag handler for <Driver> in JSTL, used to create a simple DataSource for prototyping.
this.dataSource = dataSource; this.dataSourceSpecified = true;
this.driverClassName = driverClassName;
this.password = password;
this.jdbcURL = jdbcURL;
this.userName = userName;