|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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)
property
public any doAutowire([any cfc])
cfc
private any findImplicitAndExplicitSetters([any cfc])
cfc
public any getAllValues()
public any getBean(string property)
getBean
in class
cfobject
property
public any getValue(string property, any defaultValue='', any autowire='true')
getValue
in class
cfobject
property
defaultValue
autowire
public void removeValue(string property)
removeValue
in class
cfobject
property
public any setPluginConfig([any pluginConfig])
pluginConfig
public any setValue(string property, any propertyValue='', any autowire='false')
setValue
in class
cfobject
property
propertyValue
autowire
public any valueExists(string property)
valueExists
in class
cfobject
property
private any wireProperty([any object], [any property])
object
property
|
Mura CMS 6.1 | ||||
FRAMES |