|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |
WEB-INF.cftags.componentmxunit.framework.ConfigManager
public class ConfigManager
Controlls data retrieved from mxunit-confg.xml
Method Summary | |
---|---|
ConfigManager |
ConfigManager()
Constructor |
remote array |
getConfigElement(string type, string name)
Given a type and name, returns the first matching XML element node |
remote any |
getConfigElementAttributeCollection(string type, string name)
Given a type and name, returns all of the attributes in a struct, omitting the type and name |
remote String |
getConfigElementValue(string type, string name)
Given a type and name, returns the first matching XML element value |
remote array |
getConfigElements(string xpath)
Given an XPath expression, return an array of matching config elements |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Method Detail |
---|
public ConfigManager ConfigManager()
remote array getConfigElement(string type, string name)
type
name
remote any getConfigElementAttributeCollection(string type, string name)
type
name
remote String getConfigElementValue(string type, string name)
type
name
remote array getConfigElements(string xpath)
xpath
|
MXUnit 2.1.3 (Generated: 09/27/2012) | ||||
FRAMES |