|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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])
tracePointID
public any deleteMethod(any methodName)
methodName
public string getAsJSON()
public struct getAsStruct()
public any getBean([any beanName], [any siteID=''])
beanName
siteID
public any getConfigBean()
public any getCurrentUser()
public any getEventManager()
public any getPlugin([any ID], any siteID='', any cache='true')
ID
siteID
cache
public any getPluginManager()
public any getServiceFactory()
public any getValue(string property, [any defaultValue])
property
defaultValue
public any initTracePoint([any detail])
detail
public any injectMethod(string toObjectMethod, any fromObjectMethod)
toObjectMethod
fromObjectMethod
public any invokeMethod(string methodName, [struct methodArguments='[runtime expression]'])
methodName
methodArguments
public any removeValue(string property)
property
public any setValue(string property, [any propertyValue=''])
property
propertyValue
public any valueExists(string property)
property
|
Mura CMS 6.1 | ||||
FRAMES |