lucee.Component
mura.cfobject
mura.plugin.pluginApplication
This provides the ability to manage plugin specific application level variables
| Constructor Summary | |
|---|---|
|
init([any data='[runtime expression]'])
|
|
| Method Summary | |
|---|---|
any
|
containsBean(string property)
This is for fw1 autowiring. |
any
|
doAutowire([any cfc])
|
private any
|
findImplicitAndExplicitSetters([any cfc])
|
any
|
getAllValues()
|
any
|
getBean(string property)
This is for fw1 autowiring. |
any
|
getValue(string property, any defaultValue='', any autowire='true')
|
any
|
removeValue(string property)
|
any
|
setPluginConfig([any pluginConfig])
|
any
|
setValue(string property, any propertyValue='', any autowire='false')
|
any
|
valueExists(string property)
|
private any
|
wireProperty([any object], [any property])
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
data| Method Detail |
|---|
This is for fw1 autowiring
propertycfccfcThis is for fw1 autowiring
getBean
in class
cfobject
property
getValue
in class
cfobject
propertydefaultValueautowire
removeValue
in class
cfobject
propertypluginConfig
setValue
in class
cfobject
propertypropertyValueautowire
valueExists
in class
cfobject
propertyobjectproperty