|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.servletEvent
public class servletEvent
| 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 |
|---|
public init()
| Method Detail |
|---|
public any getAllValues(any scope='request')
scopepublic any getBean([any beanName], [any siteID])
getBean
in class
cfobject
beanNamesiteIDpublic any getContentBean()
public any getContentRenderer()
public any getCrumbData()
public any getHandler([any handler])
handlerpublic any getMuraScope()
public struct getScope(any scope='request')
scopepublic any getSite()
public any getThemeRenderer()
public any getTranslator([any translator])
translatorpublic any getValidator([any validation])
validationpublic any getValue(string property, [any defaultValue], any scope='request')
getValue
in class
cfobject
propertydefaultValuescopepublic any removeValue(string property, any scope='request')
removeValue
in class
cfobject
propertyscopepublic any setValue(string property, [any propertyValue=''], any scope='request')
setValue
in class
cfobject
propertypropertyValuescopepublic any valueExists(string property, any scope='request')
valueExists
in class
cfobject
propertyscope
|
Mura CMS 6.1 | ||||
| FRAMES | |||||