WEB-INF.cftags.componentmura.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 WEB-INF.cftags.component |
---|
None |
Constructor Detail |
---|
data
Method Detail |
---|
This is for fw1 autowiring
property
cfc
cfc
This is for fw1 autowiring
getBean
in class
cfobject
property
getValue
in class
cfobject
property
defaultValue
autowire
removeValue
in class
cfobject
property
pluginConfig
setValue
in class
cfobject
property
propertyValue
autowire
valueExists
in class
cfobject
property
object
property