|
Mura CMS 6.0 | ||||
| FRAMES | |||||
railo-context.Component
mura.cfobject
mura.content.contentNavBean
public class contentNavBean
| Method Summary | |
|---|---|
any |
getContentBean()
|
any |
getCrumbArray(any sort='asc', boolean setInheritance='false')
|
any |
getCrumbIterator(any sort='asc', boolean setInheritance='false')
|
any |
getImageURL(any size='undefined', [any direct='true'], [any complete='false'], [any height=''], [any width=''])
|
any |
getKidsIterator(any liveOnly='true', any aggregation='false')
|
query |
getKidsQuery(any aggregation='false')
|
any |
getParent()
|
any |
getURL(any querystring='', boolean complete='false', string showMeta='0')
|
any |
getValue([any property])
|
any |
OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
Handles missing method exceptions |
any |
set([any contentStruct], [any sourceIterator])
|
any |
setContentManager([any contentManager])
|
any |
setValue([any property], [any propertyValue])
|
| Methods inherited from class mura.cfobject |
|---|
commitTracePoint, deleteMethod, getAsJSON, getAsStruct, getBean, getConfigBean, getCurrentUser, getEventManager, getPlugin, getPluginManager, getServiceFactory, init, initTracePoint, injectMethod, removeValue, valueExists
|
| Methods inherited from class railo-context.Component |
|---|
|
| Method Detail |
|---|
public any getContentBean()
public any getCrumbArray(any sort='asc', boolean setInheritance='false')
sortsetInheritancepublic any getCrumbIterator(any sort='asc', boolean setInheritance='false')
sortsetInheritancepublic any getImageURL(any size='undefined', [any direct='true'], [any complete='false'], [any height=''], [any width=''])
sizedirectcompleteheightwidthpublic any getKidsIterator(any liveOnly='true', any aggregation='false')
liveOnlyaggregationpublic query getKidsQuery(any aggregation='false')
aggregationpublic any getParent()
public any getURL(any querystring='', boolean complete='false', string showMeta='0')
querystringcompleteshowMetapublic any getValue([any property])
getValue
in class
cfobject
propertypublic any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
MissingMethodName - The name of the missing method.MissingMethodArgumentspublic any set([any contentStruct], [any sourceIterator])
contentStructsourceIteratorpublic any setContentManager([any contentManager])
contentManagerpublic any setValue([any property], [any propertyValue])
setValue
in class
cfobject
propertypropertyValue
|
Mura CMS 6.0 | ||||
| FRAMES | |||||