|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.plugin.pluginApplication
public class pluginApplication
| 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')
|
void |
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 mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod
|
| Methods inherited from class railo-context.Component |
|---|
|
| Constructor Detail |
|---|
public init([any data='[runtime expression]'])
data| Method Detail |
|---|
public any containsBean(string property)
propertypublic any doAutowire([any cfc])
cfcprivate any findImplicitAndExplicitSetters([any cfc])
cfcpublic any getAllValues()
public any getBean(string property)
getBean
in class
cfobject
propertypublic any getValue(string property, any defaultValue='', any autowire='true')
getValue
in class
cfobject
propertydefaultValueautowirepublic void removeValue(string property)
removeValue
in class
cfobject
propertypublic any setPluginConfig([any pluginConfig])
pluginConfigpublic any setValue(string property, any propertyValue='', any autowire='false')
setValue
in class
cfobject
propertypropertyValueautowirepublic any valueExists(string property)
valueExists
in class
cfobject
propertyprivate any wireProperty([any object], [any property])
objectproperty
|
Mura CMS 6.1 | ||||
| FRAMES | |||||