|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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 siteIDMethod Detail |
---|
public any announceEvent([any eventName], [any index='0'])
eventName
index
public any component([any property], [any propertyValue])
property
propertyValue
public any content([any property], [any propertyValue])
property
propertyValue
public 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')
type
filename
siteid
contentid
target
targetParams
querystring
context
stub
indexFile
complete
showMeta
public any currentURL()
public any currentUser([any property], [any propertyValue])
property
propertyValue
public 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])
property
propertyValue
public any getBean([any beanName], [any siteID=''])
getBean
in class
cfobject
beanName
siteID
public any getContentBean()
public any getContentRenderer()
public any getCrumbPropertyArray([any property], [any direction='desc'])
property
direction
public any getEvent()
public any getGlobalEvent()
public any getParent()
public any getSiteRenderer()
public any getThemeRenderer()
public any globalConfig([any property])
property
public any isHandledEvent([any eventName])
eventName
public any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
MissingMethodName
- The name of the missing method.MissingMethodArguments
public any rbKey([any key])
key
public any renderEvent([any eventName], [any index='0'])
eventName
index
public any setContentBean([any contentBean])
contentBean
public any setCustomMuraScopeKey([any name], [any value])
name
value
public any setEvent([any event])
event
public any siteConfig([any property], [any propertyValue])
property
propertyValue
public any static([any staticDirectory=''], [any staticUrl=''], [any outputDirectory='compiled'], [any minifyMode='package'], [any checkForUpdates='true'], [any javaLoaderScope='[runtime expression]'])
staticDirectory
staticUrl
outputDirectory
minifyMode
checkForUpdates
javaLoaderScope
|
Mura CMS 6.1 | ||||
FRAMES |