|
Mura CMS 6.1 | ||||
FRAMES |
railo-context.Componentmura.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')
sort
setInheritance
public any getCrumbIterator(any sort='asc', boolean setInheritance='false')
sort
setInheritance
public 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'])
property
public any getImageURL(any size='undefined', [any direct='true'], [any complete='false'], [any height=''], [any width=''])
size
direct
complete
height
width
public any getKidsIterator(any liveOnly='true', any aggregation='false')
liveOnly
aggregation
public query getKidsQuery(any aggregation='false')
aggregation
public 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'])
liveOnly
today
sortBy
sortDirection
relatedContentSetID
name
reverse
public query getRelatedContentQuery(boolean liveOnly='false', date today='[runtime expression]', [string sortBy='orderno'], [string sortDirection='asc'], [string relatedContentSetID=''], [string name=''], [boolean reverse='false'])
liveOnly
today
sortBy
sortDirection
relatedContentSetID
name
reverse
public any getURL(any querystring='', boolean complete='false', string showMeta='0')
querystring
complete
showMeta
public any getValue([any property])
getValue
in class
cfobject
property
public any hasImage()
public any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
MissingMethodName
- The name of the missing method.MissingMethodArguments
public any set([any contentStruct], [any sourceIterator])
contentStruct
sourceIterator
public any setContentManager([any contentManager])
contentManager
public any setValue([any property], [any propertyValue])
setValue
in class
cfobject
property
propertyValue
|
Mura CMS 6.1 | ||||
FRAMES |