pt.moredata.connection.taglibs
Class CreateConnectionTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bypt.moredata.connection.taglibs.CreateDataSourceTag
          extended bypt.moredata.connection.taglibs.CreateConnectionTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally

public class CreateConnectionTag
extends CreateDataSourceTag
implements javax.servlet.jsp.tagext.TryCatchFinally

CreateConnectionTag.java Company MoreData

Version:
$Revision: 1.3 $
Author:
pcarmo
See Also:
Serialized Form

Field Summary
 
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
CreateConnectionTag()
           
 
Method Summary
 void doFinally()
          Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag.
 void setConnectionId(java.lang.String connectionId)
          Setter for property connectionId.
protected  void setVariableInfo()
          Afecta o valor da variavel que contem o DataSource na pagina.
 
Methods inherited from class pt.moredata.connection.taglibs.CreateDataSourceTag
doCatch, doEndTag, doStartTag, getDataSourceId, getScope, setDataSourceId, setErrorPage, setScope, setStartPage
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.TryCatchFinally
doCatch
 

Constructor Detail

CreateConnectionTag

public CreateConnectionTag()
Method Detail

setVariableInfo

protected void setVariableInfo()
Afecta o valor da variavel que contem o DataSource na pagina.

Overrides:
setVariableInfo in class CreateDataSourceTag

setConnectionId

public void setConnectionId(java.lang.String connectionId)
Setter for property connectionId.

Parameters:
connectionId - New value of property connectionId.

doFinally

public void doFinally()
Invoked in all cases after doEndTag() for any class implementing Tag, IterationTag or BodyTag. This method is invoked even if an exception has occurred in the BODY of the tag, or in any of the following methods: Tag.doStartTag(), Tag.doEndTag(), IterationTag.doAfterBody() and BodyTag.doInitBody(). This method is not invoked if the Throwable occurs during one of the setter methods. This method should not throw an Exception. This method is intended to maintain per-invocation data integrity and resource management actions.

Specified by:
doFinally in interface javax.servlet.jsp.tagext.TryCatchFinally
Overrides:
doFinally in class CreateDataSourceTag