lucee.Component
mura.cfobject
mura.servletEvent
This provides specialized methods to the primary front end request event object
| 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 lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
| Method Detail |
|---|
get
in class
cfobject
propertydefaultValuescopescope
getBean
in class
cfobject
beanNamesiteIDhandlerscopedeprecated: use getContentRenderer()
translatorvalidation
getValue
in class
cfobject
propertydefaultValuescope
removeValue
in class
cfobject
propertyscope
set
in class
cfobject
propertydefaultValuescope
setValue
in class
cfobject
propertypropertyValuescope
valueExists
in class
cfobject
propertyscope