|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
public class cfobject
| Constructor Summary | |
|---|---|
init()
|
|
| Method Summary | |
|---|---|
any |
commitTracePoint([any tracePointID])
|
any |
deleteMethod(any methodName)
|
string |
getAsJSON()
|
struct |
getAsStruct()
|
any |
getBean([any beanName], [any siteID=''])
|
any |
getConfigBean()
|
any |
getCurrentUser()
|
any |
getEventManager()
The eventManager is the same as the pluginManager |
any |
getPlugin([any ID], any siteID='', any cache='true')
|
any |
getPluginManager()
|
any |
getServiceFactory()
|
any |
getValue(string property, [any defaultValue])
|
any |
initTracePoint([any detail])
|
any |
injectMethod(string toObjectMethod, any fromObjectMethod)
|
any |
invokeMethod(string methodName, [struct methodArguments='[runtime expression]'])
|
any |
removeValue(string property)
|
any |
setValue(string property, [any propertyValue=''])
|
any |
valueExists(string property)
|
| Methods inherited from class railo-context.Component |
|---|
|
| Constructor Detail |
|---|
public init()
| Method Detail |
|---|
public any commitTracePoint([any tracePointID])
tracePointIDpublic any deleteMethod(any methodName)
methodNamepublic string getAsJSON()
public struct getAsStruct()
public any getBean([any beanName], [any siteID=''])
beanNamesiteIDpublic any getConfigBean()
public any getCurrentUser()
public any getEventManager()
public any getPlugin([any ID], any siteID='', any cache='true')
IDsiteIDcachepublic any getPluginManager()
public any getServiceFactory()
public any getValue(string property, [any defaultValue])
propertydefaultValuepublic any initTracePoint([any detail])
detailpublic any injectMethod(string toObjectMethod, any fromObjectMethod)
toObjectMethodfromObjectMethodpublic any invokeMethod(string methodName, [struct methodArguments='[runtime expression]'])
methodNamemethodArgumentspublic any removeValue(string property)
propertypublic any setValue(string property, [any propertyValue=''])
propertypropertyValuepublic any valueExists(string property)
property
|
Mura CMS 6.1 | ||||
| FRAMES | |||||