|
Mura CMS 6.1 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.MuraScope
public class MuraScope
| Constructor Summary | |
|---|---|
init([any data])
|
|
| Method Summary | |
|---|---|
any |
announceEvent([any eventName], [any index='0'])
|
any |
component([any property], [any propertyValue])
|
any |
content([any property], [any propertyValue])
|
string |
createHREF(any type='Page', any filename='', any siteid='[runtime expression]', any contentid='', any target='', any targetParams='', any querystring='', string context='[runtime expression]', string stub='[runtime expression]', string indexFile='', boolean complete='false', string showMeta='0')
|
any |
currentURL()
|
any |
currentUser([any property], [any propertyValue])
|
any |
each([any collection], [any action], [any $='[runtime expression]'], [any delimiters=','])
|
any |
event([any property], [any propertyValue])
|
any |
getBean([any beanName], [any siteID=''])
|
any |
getContentBean()
|
any |
getContentRenderer()
|
any |
getCrumbPropertyArray([any property], [any direction='desc'])
|
any |
getEvent()
|
any |
getGlobalEvent()
|
any |
getParent()
|
any |
getSiteRenderer()
|
any |
getThemeRenderer()
|
any |
globalConfig([any property])
|
any |
isHandledEvent([any eventName])
|
any |
OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
Handles missing method exceptions |
any |
rbKey([any key])
|
any |
renderEvent([any eventName], [any index='0'])
|
any |
setContentBean([any contentBean])
|
any |
setCustomMuraScopeKey([any name], [any value])
|
any |
setEvent([any event])
|
any |
siteConfig([any property], [any propertyValue])
|
any |
static([any staticDirectory=''], [any staticUrl=''], [any outputDirectory='compiled'], [any minifyMode='package'], [any checkForUpdates='true'], [any javaLoaderScope='[runtime expression]'])
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, getValue, initTracePoint, injectMethod, invokeMethod, removeValue, setValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Constructor Detail |
|---|
public init([any data])
data - Can be an event object, struct or siteID| Method Detail |
|---|
public any announceEvent([any eventName], [any index='0'])
eventNameindexpublic any component([any property], [any propertyValue])
propertypropertyValuepublic any content([any property], [any propertyValue])
propertypropertyValuepublic string createHREF(any type='Page', any filename='', any siteid='[runtime expression]', any contentid='', any target='', any targetParams='', any querystring='', string context='[runtime expression]', string stub='[runtime expression]', string indexFile='', boolean complete='false', string showMeta='0')
typefilenamesiteidcontentidtargettargetParamsquerystringcontextstubindexFilecompleteshowMetapublic any currentURL()
public any currentUser([any property], [any propertyValue])
propertypropertyValuepublic any each([any collection], [any action], [any $='[runtime expression]'], [any delimiters=','])
collection - An Query, Array, Iterator, Struct or List the action function will be applied.action - A function that will run per item in iterator.$ - A context object that is passed to each method. It defaults to the current MuraScope istancedelimiters - The delimiter to be used when the collection argument is a list.public any event([any property], [any propertyValue])
propertypropertyValuepublic any getBean([any beanName], [any siteID=''])
getBean
in class
cfobject
beanNamesiteIDpublic any getContentBean()
public any getContentRenderer()
public any getCrumbPropertyArray([any property], [any direction='desc'])
propertydirectionpublic any getEvent()
public any getGlobalEvent()
public any getParent()
public any getSiteRenderer()
public any getThemeRenderer()
public any globalConfig([any property])
propertypublic any isHandledEvent([any eventName])
eventNamepublic any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
MissingMethodName - The name of the missing method.MissingMethodArgumentspublic any rbKey([any key])
keypublic any renderEvent([any eventName], [any index='0'])
eventNameindexpublic any setContentBean([any contentBean])
contentBeanpublic any setCustomMuraScopeKey([any name], [any value])
namevaluepublic any setEvent([any event])
eventpublic any siteConfig([any property], [any propertyValue])
propertypropertyValuepublic any static([any staticDirectory=''], [any staticUrl=''], [any outputDirectory='compiled'], [any minifyMode='package'], [any checkForUpdates='true'], [any javaLoaderScope='[runtime expression]'])
staticDirectorystaticUrloutputDirectoryminifyModecheckForUpdatesjavaLoaderScope
|
Mura CMS 6.1 | ||||
| FRAMES | |||||