|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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])
siteidstandardEventsHandlerpluginManager| Method Detail |
|---|
public any get(string key, any localHandler='')
get
in class
Factory
keylocalHandlerpublic boolean has(string key)
has
in class
Factory
keypublic any wrapHandler([any handler], [any eventName])
handlereventName
|
Mura CMS 6.1 | ||||
| FRAMES | |||||