mura

Class servletEvent

lucee.Component
    extended by mura.cfobject
      extended by mura.servletEvent

This provides specialized methods to the primary front end request event object

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

    Constructor Detail

    init

    public init()


    Method Detail

    get

    public any get(string property, [any defaultValue], any scope='request')

    Overrides:
    get in class cfobject
    Parameters:
    property
    defaultValue
    scope

    getAllValues

    public any getAllValues(any scope='request')

    Parameters:
    scope

    getBean

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

    Overrides:
    getBean in class cfobject
    Parameters:
    beanName
    siteID

    getContentBean

    public any getContentBean()


    getContentRenderer

    public any getContentRenderer()


    getCrumbData

    public any getCrumbData()


    getHandler

    public any getHandler([any handler])

    Parameters:
    handler

    getMuraScope

    public any getMuraScope()


    getScope

    public struct getScope(any scope='request')

    Parameters:
    scope

    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], any scope='request')

    Overrides:
    getValue in class cfobject
    Parameters:
    property
    defaultValue
    scope

    removeValue

    public any removeValue(string property, any scope='request')

    Overrides:
    removeValue in class cfobject
    Parameters:
    property
    scope

    set

    public any set(string property, [any defaultValue], any scope='request')

    Overrides:
    set in class cfobject
    Parameters:
    property
    defaultValue
    scope

    setValue

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

    Overrides:
    setValue in class cfobject
    Parameters:
    property
    propertyValue
    scope

    valueExists

    public any valueExists(string property, any scope='request')

    Overrides:
    valueExists in class cfobject
    Parameters:
    property
    scope