mura

Class event

lucee.Component
    extended by mura.cfobject
      extended by mura.event

This provides a utility to hold the contextual information related to code execution

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Constructor Summary
    init([any data='[runtime expression]'], [any $])
    Method Summary
    any get(string property, [any defaultValue])
    any getAllValues()
    any getBean([any beanName], [any siteID])
    any getContentRenderer()
    any getHandler([any handler])
    any getMuraScope()
    any getServiceFactory()
    any getSite()
    any getThemeRenderer()
         deprecated: use getContentRenderer().
    any getTranslator([any translator])
    any getValidator([any validation])
    any getValue(string property, [any defaultValue])
    any getValues()
    any loadSiteRelatedObjects()
    any removeValue(string property)
    any set(string property, [any defaultValue])
    any setValue(string property, [any propertyValue=''])
    any throwSiteIDError()
    any valueExists(string property)
     
    Methods inherited from class mura.cfobject
    commitTracePoint, convertTimezone, deleteMethod, getAsJSON, getAsStruct, getConfigBean, getCurrentUser, getEventManager, getFeed, getHTTPAttrs, getHTTPService, getJavaTimezone, getPlugin, getPluginManager, getQueryAttrs, getQueryService, getSession, hasCustomDatasource, initTracePoint, inject, injectMethod, invokeMethod, mixin, parseDateArg
     
    Methods inherited from class lucee.Component
    None

    Constructor Detail

    init

    public init([any data='[runtime expression]'], [any $])

    Parameters:
    data
    $

    Method Detail

    get

    public any get(string property, [any defaultValue])

    Overrides:
    get in class cfobject
    Parameters:
    property
    defaultValue

    getAllValues

    public any getAllValues()


    getBean

    public any getBean([any beanName], [any siteID])

    Overrides:
    getBean in class cfobject
    Parameters:
    beanName
    siteID

    getContentRenderer

    public any getContentRenderer()


    getHandler

    public any getHandler([any handler])

    Parameters:
    handler

    getMuraScope

    public any getMuraScope()


    getServiceFactory

    public any getServiceFactory()

    Overrides:
    getServiceFactory in class cfobject

    getSite

    public any getSite()


    getThemeRenderer

    public any getThemeRenderer()

    deprecated: use getContentRenderer()


    getTranslator

    public any getTranslator([any translator])

    Parameters:
    translator

    getValidator

    public any getValidator([any validation])

    Parameters:
    validation

    getValue

    public any getValue(string property, [any defaultValue])

    Overrides:
    getValue in class cfobject
    Parameters:
    property
    defaultValue

    getValues

    public any getValues()


    loadSiteRelatedObjects

    public any loadSiteRelatedObjects()


    removeValue

    public any removeValue(string property)

    Overrides:
    removeValue in class cfobject
    Parameters:
    property

    set

    public any set(string property, [any defaultValue])

    Overrides:
    set in class cfobject
    Parameters:
    property
    defaultValue

    setValue

    public any setValue(string property, [any propertyValue=''])

    Overrides:
    setValue in class cfobject
    Parameters:
    property
    propertyValue

    throwSiteIDError

    public any throwSiteIDError()


    valueExists

    public any valueExists(string property)

    Overrides:
    valueExists in class cfobject
    Parameters:
    property