Mura CMS 6.1

mura.plugin
Class pluginApplication

railo-context.Component
        extended by mura.cfobject
            extended by mura.plugin.pluginApplication
Direct Known Subclasses:
pluginSession

public class pluginApplication
extends cfobject

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

init

public init([any data='[runtime expression]'])

Parameters:
data
Method Detail

containsBean

public any containsBean(string property)
This is for fw1 autowiring

Parameters:
property

doAutowire

public any doAutowire([any cfc])

Parameters:
cfc

findImplicitAndExplicitSetters

private any findImplicitAndExplicitSetters([any cfc])

Parameters:
cfc

getAllValues

public any getAllValues()


getBean

public any getBean(string property)
This is for fw1 autowiring

Overrides:
getBean in class cfobject
Parameters:
property

getValue

public any getValue(string property, any defaultValue='', any autowire='true')

Overrides:
getValue in class cfobject
Parameters:
property
defaultValue
autowire

removeValue

public void removeValue(string property)

Overrides:
removeValue in class cfobject
Parameters:
property

setPluginConfig

public any setPluginConfig([any pluginConfig])

Parameters:
pluginConfig

setValue

public any setValue(string property, any propertyValue='', any autowire='false')

Overrides:
setValue in class cfobject
Parameters:
property
propertyValue
autowire

valueExists

public any valueExists(string property)

Overrides:
valueExists in class cfobject
Parameters:
property

wireProperty

private any wireProperty([any object], [any property])

Parameters:
object
property

Mura CMS 6.1