WEB-INF.cftags.component
coldbox.system.core.collections.ConfigBean
| 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 |
|---|
| None |
| Constructor Detail |
|---|
constructor
configStruct - A memento of name-value pairs to init| Method Detail |
|---|
Get the memento of name-value pairs
key - The named key to return.defaultValue - A default value to returnCheck if a key is in the structure.
keySet a new value in the structure
keyvalueOverride the name-value pairs memento
configStruct