JavaServer Pages(TM) Standard Tag Library 1.2 API 1.0.3.Final

org.apache.taglibs.standard.tag.common.sql
Class SetDataSourceTagSupport

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by org.apache.taglibs.standard.tag.common.sql.SetDataSourceTagSupport
All Implemented Interfaces:
Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
SetDataSourceTag, SetDataSourceTag

public class SetDataSourceTagSupport
extends javax.servlet.jsp.tagext.TagSupport

Tag handler for <SetDataSource> in JSTL, used to create a simple DataSource for prototyping.

Author:
Hans Bergsten, Justyna Horwat
See Also:
Serialized Form

Field Summary
protected  Object dataSource
           
protected  boolean dataSourceSpecified
           
protected  String driverClassName
           
protected  String jdbcURL
           
protected  String password
           
protected  String userName
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
SetDataSourceTagSupport()
           
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setScope(String scope)
          Setter method for the scope of the variable to hold the result.
 void setVar(String var)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataSource

protected Object dataSource

dataSourceSpecified

protected boolean dataSourceSpecified

jdbcURL

protected String jdbcURL

driverClassName

protected String driverClassName

userName

protected String userName

password

protected String password
Constructor Detail

SetDataSourceTagSupport

public SetDataSourceTagSupport()
Method Detail

setScope

public void setScope(String scope)
Setter method for the scope of the variable to hold the result.


setVar

public void setVar(String var)

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Throws:
javax.servlet.jsp.JspException

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

JavaServer Pages(TM) Standard Tag Library 1.2 API 1.0.3.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.