|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.Factory
mura.plugin.pluginStandardEventFactory
public class pluginStandardEventFactory
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 |
---|
public init([any siteid], [any standardEventsHandler], [any pluginManager])
siteid
standardEventsHandler
pluginManager
Method Detail |
---|
public any get(string key, any localHandler='')
get
in class
Factory
key
localHandler
public boolean has(string key)
has
in class
Factory
key
public any wrapHandler([any handler], [any eventName])
handler
eventName
|
Mura CMS 6.1 | ||||
FRAMES |