Mura CMS 6.1

mura
Class servletEvent

railo-context.Component
        extended by mura.cfobject
            extended by mura.servletEvent

public class servletEvent
extends cfobject

Constructor Summary
init()
 
Method Summary
 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()
 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 setValue(string property, [any propertyValue=''], any scope='request')
 any valueExists(string property, any scope='request')
 
Methods inherited from class mura.cfobject
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, initTracePoint, injectMethod, invokeMethod
 
Methods inherited from class railo-context.Component
 

Constructor Detail

init

public init()

Method Detail

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()


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

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

Mura CMS 6.1