com.intersys.jsp
Class DisconnectTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.intersys.jsp.DisconnectTag
- All Implemented Interfaces:
- IterationTag, Serializable, Tag
- public class DisconnectTag
- extends TagSupport
Terminates connection to database. No HTML elements are created.
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
DisconnectTag
public DisconnectTag()
doStartTag
public int doStartTag()
throws JspException
- Throws:
JspException
doEndTag
public int doEndTag()
throws JspException
- Throws:
JspException
disconnect
public void disconnect()
throws Exception
- Throws:
Exception