lucee.Component
mura.cfobject
mura.event
This provides a utility to hold the contextual information related to code execution
| 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 lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
data$| Method Detail |
|---|
get
in class
cfobject
propertydefaultValue
getBean
in class
cfobject
beanNamesiteIDhandler
getServiceFactory
in class
cfobject
deprecated: use getContentRenderer()
translatorvalidation
getValue
in class
cfobject
propertydefaultValue
removeValue
in class
cfobject
property
set
in class
cfobject
propertydefaultValue
setValue
in class
cfobject
propertypropertyValue
valueExists
in class
cfobject
property