|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.cfobject
mura.event
public class event
Constructor Summary | |
---|---|
init([any data='[runtime expression]'], [any $])
|
Method Summary | |
---|---|
any |
getAllValues()
|
any |
getBean([any beanName], [any siteID])
|
any |
getContentRenderer()
|
any |
getHandler([any handler])
|
any |
getMuraScope()
|
any |
getServiceFactory()
|
any |
getSite()
|
any |
getThemeRenderer()
|
any |
getTranslator([any translator])
|
any |
getValidator([any validation])
|
any |
getValue(string property, [any defaultValue])
|
any |
getValues()
|
any |
loadSiteRelatedObjects()
|
any |
removeValue(string property)
|
any |
setValue(string property, [any propertyValue=''])
|
any |
throwSiteIDError()
|
any |
valueExists(string property)
|
Methods inherited from class mura.cfobject |
---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, initTracePoint, injectMethod, invokeMethod
|
Methods inherited from class railo-context.Component |
---|
|
Constructor Detail |
---|
public init([any data='[runtime expression]'], [any $])
data
$
Method Detail |
---|
public any getAllValues()
public any getBean([any beanName], [any siteID])
getBean
in class
cfobject
beanName
siteID
public any getContentRenderer()
public any getHandler([any handler])
handler
public any getMuraScope()
public any getServiceFactory()
getServiceFactory
in class
cfobject
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])
getValue
in class
cfobject
property
defaultValue
public any getValues()
public any loadSiteRelatedObjects()
public any removeValue(string property)
removeValue
in class
cfobject
property
public any setValue(string property, [any propertyValue=''])
setValue
in class
cfobject
property
propertyValue
public any throwSiteIDError()
public any valueExists(string property)
valueExists
in class
cfobject
property
|
Mura CMS 6.1 | ||||
FRAMES |