com.intersys.jsp
Class ConnectTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.intersys.jsp.ConnectTag
All Implemented Interfaces:
IterationTag, Serializable, Tag

public class ConnectTag
extends TagSupport

Establishes connection to database. No HTML elements are created.

See Also:
Serialized Form

Field Summary
 
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
ConnectTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 String getAutoload()
           
 String getClassdir()
           
 String getHost()
           
 String getNamespace()
           
 String getPassword()
           
 String getPort()
           
 String getScratchdir()
           
 String getURL()
           
 String getUser()
           
 void ifConnect()
           
 void reConnect()
           
 void setAutoload(String v)
           
 void setClassdir(String v)
           
 void setHost(String host)
           
 void setNamespace(String v)
           
 void setPassword(String pass)
           
 void setPort(String port)
           
 void setScratchdir(String v)
           
 void setUser(String user)
           
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectTag

public ConnectTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException

ifConnect

public void ifConnect()
               throws Exception
Throws:
Exception

reConnect

public void reConnect()
               throws Exception
Throws:
Exception

getURL

public String getURL()

getUser

public String getUser()

setUser

public void setUser(String user)

getPassword

public String getPassword()

setPassword

public void setPassword(String pass)

getNamespace

public String getNamespace()

setNamespace

public void setNamespace(String v)

getPort

public String getPort()

setPort

public void setPort(String port)

getHost

public String getHost()

setHost

public void setHost(String host)

getAutoload

public String getAutoload()

setAutoload

public void setAutoload(String v)

getScratchdir

public String getScratchdir()

setScratchdir

public void setScratchdir(String v)

getClassdir

public String getClassdir()

setClassdir

public void setClassdir(String v)