Mura CMS 6.1

mura.plugin
Class pluginStandardEventFactory

railo-context.Component
        extended by mura.cfobject
            extended by mura.Factory
                extended by mura.plugin.pluginStandardEventFactory

public class pluginStandardEventFactory
extends Factory

Constructor Summary
init([any siteid], [any standardEventsHandler], [any pluginManager])
 
Method Summary
 any get(string key, any localHandler='')
 boolean has(string key)
 any wrapHandler([any handler], [any eventName])
 
Methods inherited from class mura.Factory
getAll, getCollection, getHashKey, getJavaLoader, getParent, hasParent, isSoftReference, keyExists, purge, purgeAll, set, setCollection, setJavaLoader, setParent, size
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

public init([any siteid], [any standardEventsHandler], [any pluginManager])

Parameters:
siteid
standardEventsHandler
pluginManager
Method Detail

get

public any get(string key, any localHandler='')

Overrides:
get in class Factory
Parameters:
key
localHandler

has

public boolean has(string key)

Overrides:
has in class Factory
Parameters:
key

wrapHandler

public any wrapHandler([any handler], [any eventName])

Parameters:
handler
eventName

Mura CMS 6.1