mura.plugin

Class pluginStandardEventWrapper

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

This provides functionality to parse runtime context and provide it to the executing event handler method

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init([any eventHandler], [any eventName])
    Method Summary
    any handle([any context])
    any splitContexts([any context])
    any translate([any context])
    any validate([any context])
     
    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 eventHandler], [any eventName])

    Parameters:
    eventHandler
    eventName

    Method Detail

    handle

    public any handle([any context])

    Parameters:
    context

    splitContexts

    public any splitContexts([any context])

    Parameters:
    context

    translate

    public any translate([any context])

    Parameters:
    context

    validate

    public any validate([any context])

    Parameters:
    context