|
Mura CMS 6.1 | ||||
| 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')
|
struct |
getExtendedAttributes([any name=''])
|
string |
getExtendedAttributesList([any name=''])
|
query |
getExtendedAttributesQuery([any name=''])
|
any |
getFileMetaData([any property='fileid'])
|
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 |
getRelatedContentIterator(boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'])
|
query |
getRelatedContentQuery(boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'])
|
any |
getURL(any querystring='', boolean complete='false', string showMeta='0')
|
any |
getValue([any property])
|
any |
hasImage()
|
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, invokeMethod, 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 struct getExtendedAttributes([any name=''])
name - Extend Set Namepublic string getExtendedAttributesList([any name=''])
name - Extend Set Namepublic query getExtendedAttributesQuery([any name=''])
name - Extend Set Namepublic any getFileMetaData([any property='fileid'])
propertypublic 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 getRelatedContentIterator(boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'])
liveOnlytodaysortBysortDirectionrelatedContentSetIDnamereversepublic query getRelatedContentQuery(boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'])
liveOnlytodaysortBysortDirectionrelatedContentSetIDnamereversepublic any getURL(any querystring='', boolean complete='false', string showMeta='0')
querystringcompleteshowMetapublic any getValue([any property])
getValue
in class
cfobject
propertypublic any hasImage()
public 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.1 | ||||
| FRAMES | |||||