|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ecs.GenericElement
org.apache.ecs.ElementAttributes
org.apache.ecs.ConcreteElement
org.apache.ecs.MultiPartElement
org.apache.ecs.xml.XML
org.apache.ecs.jsp.jsp_element
org.apache.ecs.jsp.tsx_dbconnect
public class tsx_dbconnect
This class implements the tsx:dbconnect element
Field Summary |
---|
Fields inherited from class org.apache.ecs.GenericElement |
---|
tabLevel |
Fields inherited from interface org.apache.ecs.Attributes |
---|
NO_ATTRIBUTE_VALUE |
Fields inherited from interface org.apache.ecs.Element |
---|
CENTER, LEFT, LOWERCASE, MIXEDCASE, RIGHT, UPPERCASE |
Constructor Summary | |
---|---|
tsx_dbconnect()
Basic constructor. |
|
tsx_dbconnect(java.lang.String id,
java.lang.String url,
java.lang.String driver,
java.lang.String userid,
java.lang.String passwd)
This constructor creates a <tsx:dbconnect> tag. |
Method Summary | |
---|---|
tsx_dbconnect |
setDriver(java.lang.String driver)
Sets the driver="" attribute |
tsx_dbconnect |
setId(java.lang.String id)
Sets the id="" attribute |
tsx_dbconnect |
setPasswd(java.lang.String passwd)
Sets the passwd="" attribute |
tsx_dbconnect |
setUrl(java.lang.String url)
Sets the url="" attribute |
tsx_dbconnect |
setUserid(java.lang.String userid)
Sets the userid="" attribute |
Methods inherited from class org.apache.ecs.jsp.jsp_element |
---|
getNeedClosingTag |
Methods inherited from class org.apache.ecs.xml.XML |
---|
addElement, addElement, addElement, addElement, addXMLAttribute, getBeginEndModifier, getBeginEndModifierDefined, getNeedLineBreak, removeElement |
Methods inherited from class org.apache.ecs.ConcreteElement |
---|
addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, addElementToRegistry, clone, elements, getElement, isEmpty, keys, output, output, output, output, registryHasElement, registryHasElement, removeElementFromRegistry, removeElementFromRegistry |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public tsx_dbconnect()
public tsx_dbconnect(java.lang.String id, java.lang.String url, java.lang.String driver, java.lang.String userid, java.lang.String passwd)
id
- the id="" attributeurl
- the url="" attributedriver
- the driver="" attributeuserid
- the userid="" attributepasswd
- the passwd="" attributeMethod Detail |
---|
public tsx_dbconnect setId(java.lang.String id)
id
- the id="" attributepublic tsx_dbconnect setUrl(java.lang.String url)
url
- the url="" attributepublic tsx_dbconnect setDriver(java.lang.String driver)
driver
- the driver="" attributepublic tsx_dbconnect setUserid(java.lang.String userid)
userid
- the userid="" attributepublic tsx_dbconnect setPasswd(java.lang.String passwd)
passwd
- the passwd="" attribute
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |