mura.plugin

Class pluginGenericEventHandler

lucee.Component
    extended by mura.cfobject
      extended by mura.plugin.pluginGenericEventHandler

Thid provides base plugin event handling functionality

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init(any pluginConfig, any configBean)
    Method Summary
    private any renderPluginDisplayObject(string object, component event)
         gets the objectid associated with the passed in display object.
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, get, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getFeed, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getServiceFactory, getSession, getValue, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg, removeValue, set, setValue, valueExists
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init(any pluginConfig, any configBean)

    Parameters:
    pluginConfig
    configBean

    Method Detail

    renderPluginDisplayObject

    private any renderPluginDisplayObject(string object, component event)

    gets the objectid associated with the passed in display object

    Parameters:
    object
    event