|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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')
scope
public any getBean([any beanName], [any siteID])
getBean
in class
cfobject
beanName
siteID
public any getContentBean()
public any getContentRenderer()
public any getCrumbData()
public any getHandler([any handler])
handler
public any getMuraScope()
public struct getScope(any scope='request')
scope
public any getSite()
public any getThemeRenderer()
public any getTranslator([any translator])
translator
public any getValidator([any validation])
validation
public any getValue(string property, [any defaultValue], any scope='request')
getValue
in class
cfobject
property
defaultValue
scope
public any removeValue(string property, any scope='request')
removeValue
in class
cfobject
property
scope
public any setValue(string property, [any propertyValue=''], any scope='request')
setValue
in class
cfobject
property
propertyValue
scope
public any valueExists(string property, any scope='request')
valueExists
in class
cfobject
property
scope
|
Mura CMS 6.1 | ||||
FRAMES |