|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.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
beanNamesiteIDpublic any getContentRenderer()
public any getHandler([any handler])
handlerpublic any getMuraScope()
public any getServiceFactory()
getServiceFactory
in class
cfobject
public any getSite()
public any getThemeRenderer()
public any getTranslator([any translator])
translatorpublic any getValidator([any validation])
validationpublic any getValue(string property, [any defaultValue])
getValue
in class
cfobject
propertydefaultValuepublic any getValues()
public any loadSiteRelatedObjects()
public any removeValue(string property)
removeValue
in class
cfobject
propertypublic any setValue(string property, [any propertyValue=''])
setValue
in class
cfobject
propertypropertyValuepublic any throwSiteIDError()
public any valueExists(string property)
valueExists
in class
cfobject
property
|
Mura CMS 6.1 | ||||
| FRAMES | |||||