Mura CMS 6.0

mura.content
Class contentNavBean

railo-context.Component
        extended by mura.cfobject
            extended by mura.content.contentNavBean

public class contentNavBean
extends cfobject

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

getContentBean

public any getContentBean()


getCrumbArray

public any getCrumbArray(any sort='asc', boolean setInheritance='false')

Parameters:
sort
setInheritance

getCrumbIterator

public any getCrumbIterator(any sort='asc', boolean setInheritance='false')

Parameters:
sort
setInheritance

getImageURL

public any getImageURL(any size='undefined', [any direct='true'], [any complete='false'], [any height=''], [any width=''])

Parameters:
size
direct
complete
height
width

getKidsIterator

public any getKidsIterator(any liveOnly='true', any aggregation='false')

Parameters:
liveOnly
aggregation

getKidsQuery

public query getKidsQuery(any aggregation='false')

Parameters:
aggregation

getParent

public any getParent()


getURL

public any getURL(any querystring='', boolean complete='false', string showMeta='0')

Parameters:
querystring
complete
showMeta

getValue

public any getValue([any property])

Overrides:
getValue in class cfobject
Parameters:
property

OnMissingMethod

public any OnMissingMethod(string MissingMethodName, struct MissingMethodArguments)
Handles missing method exceptions.

Parameters:
MissingMethodName - The name of the missing method.
MissingMethodArguments

set

public any set([any contentStruct], [any sourceIterator])

Parameters:
contentStruct
sourceIterator

setContentManager

public any setContentManager([any contentManager])

Parameters:
contentManager

setValue

public any setValue([any property], [any propertyValue])

Overrides:
setValue in class cfobject
Parameters:
property
propertyValue

Mura CMS 6.0