|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Variables
Interface to access WebApp Variables.
| Method Summary | |
|---|---|
Variable |
addLinkedObjectVariable(java.lang.String name,
java.lang.String className)
Add a Java Object variable to the list. |
Variable |
addVariable(java.lang.String name,
java.lang.String type)
Add a variable to the list. |
Variable |
getVariable(java.lang.String name)
Gets the specified Variable by name as a Variable. |
java.lang.String |
getXmlChildText(java.lang.String name,
java.lang.String elementName)
This will get the text value of the child element from the specified variable. |
IXml |
getXmlElement(java.lang.String name,
java.lang.String path)
This will get the IXml element from the specified variable and path. |
java.lang.String |
getXmlText(java.lang.String name,
java.lang.String path)
This will get the text value of the element from the specified variable and path. |
| Methods inherited from interface com.bowstreet.util.IDataAccess |
|---|
getBoolean, getDouble, getFloat, getInt, getIterator, getLong, getObject, getString, getXml, setBoolean, setDouble, setFloat, setInt, setLong, setObject, setString, setXml |
| Method Detail |
|---|
Variable addLinkedObjectVariable(java.lang.String name,
java.lang.String className)
name - The name for the variableclassName - The Java class for the variable
Variable addVariable(java.lang.String name,
java.lang.String type)
name - The name for the variabletype - The type for the variable (e.g. Variable.TYPE_STRING)
Variable getVariable(java.lang.String name)
name - The name of the Variable to get.
Variable
java.lang.String getXmlChildText(java.lang.String name,
java.lang.String elementName)
name - The name of the variable.elementName - The child element name to get the text value from.
IXml getXmlElement(java.lang.String name,
java.lang.String path)
name - The name of the variablepath - The path of the element to get.
findElement
java.lang.String getXmlText(java.lang.String name,
java.lang.String path)
name - The name of the variable.path - The path of the element to get the text value from.
getValueOf
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||