|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.beans.configBean
public class configBean
I hold a coldbox configuration file data.
Constructor Summary | |
---|---|
init([struct configStruct='[runtime expression]'])
constructor |
Method Summary | |
---|---|
any |
getConfigStruct()
Get the memento of name-value pairs |
any |
getKey(string key, [any defaultValue='_NONE_'])
|
any |
keyExists(string key)
Check if a key is in the structure. |
void |
setKey(string key, any value)
Set a new value in the structure |
void |
setconfigStruct(struct configStruct)
Override the name-value pairs memento |
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init([struct configStruct='[runtime expression]'])
Method Detail |
---|
public any getConfigStruct()
public any getKey(string key, [any defaultValue='_NONE_'])
key
- The named key to return.defaultValue
- A default value to returnpublic any keyExists(string key)
key
public void setKey(string key, any value)
key
value
public void setconfigStruct(struct configStruct)
configStruct
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |