|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.mvc.FrameworkSupertype
coldbox.system.mvc.core.Renderer
public class Renderer
******************************************************************************* Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com ******************************************************************************* Author : Luis Majano Description : This is ColdBox's Renderer plugin.
Constructor Summary | |
---|---|
init(any controller)
*********************************** CONSTRUCTOR ******************************************** |
Method Summary | |
---|---|
any |
GETAPPMAPPING()
|
any |
GETEVENT()
|
any |
GETEXPLICITVIEW()
|
any |
GETISDISCOVERYCACHING()
|
any |
GETLAYOUTSCONVENTION()
get: *********************************** PROPERTIES ******************************************** |
any |
GETLOCKNAME()
|
any |
GETPRC()
|
any |
GETRC()
|
any |
GETRENDEREDHELPERS()
|
any |
GETVIEWSCONVENTION()
|
void |
SETAPPMAPPING(any appMapping)
|
void |
SETEVENT(any event)
|
void |
SETISDISCOVERYCACHING(any isDiscoveryCaching)
|
void |
SETLAYOUTSCONVENTION(any layoutsConvention)
set: *********************************** PROPERTIES ******************************************** |
void |
SETLOCKNAME(any lockName)
|
void |
SETPRC(any prc)
|
void |
SETRC(any rc)
|
void |
SETRENDEREDHELPERS(any renderedHelpers)
|
void |
SETVIEWSCONVENTION(any viewsConvention)
|
private any |
discoverViewPaths(any view)
|
private any |
implicitViewChecks()
*********************************** PRIVATE ******************************************** |
any |
locateLayout(any layout)
|
any |
locateView(any view)
|
any |
renderExternalView(any view, [struct args='[runtime expression]'])
|
any |
renderLayout([any layout], [any view=''], [struct args='[runtime expression]'], [boolean prePostExempt='false'])
*********************************** LAYOUT METHODS ******************************************** |
any |
renderView([any view=''], [struct args='[runtime expression]'], [any collection], [any collectionAs=''], [numeric collectionStartRow='1'], [numeric collectionMaxRows='0'], [any collectionDelim=''], [boolean prePostExempt='false'])
|
any |
renderViewCollection([any view], [any viewPath], [any viewHelperPath], [any args], [any collection], [any collectionAs], [numeric collectionStartRow='1'], [numeric collectionMaxRows='0'], [any collectionDelim=''])
|
any |
renderViewComposite([any view], [any viewPath], [any viewHelperPath], [any args])
|
any |
setExplicitView(any view)
*********************************** VIEW METHODS ******************************************** |
Methods inherited from class coldbox.system.mvc.FrameworkSupertype |
---|
GETCONTROLLER, SETCONTROLLER, getModel, getSetting, getSettingStructure, populateModel, runEvent, setNextEvent, setSetting, settingExists
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any controller)
controller
Method Detail |
---|
public any GETAPPMAPPING()
public any GETEVENT()
public any GETEXPLICITVIEW()
public any GETISDISCOVERYCACHING()
public any GETLAYOUTSCONVENTION()
public any GETLOCKNAME()
public any GETPRC()
public any GETRC()
public any GETRENDEREDHELPERS()
public any GETVIEWSCONVENTION()
public void SETAPPMAPPING(any appMapping)
appMapping
public void SETEVENT(any event)
event
public void SETISDISCOVERYCACHING(any isDiscoveryCaching)
isDiscoveryCaching
public void SETLAYOUTSCONVENTION(any layoutsConvention)
layoutsConvention
public void SETLOCKNAME(any lockName)
lockName
public void SETPRC(any prc)
prc
public void SETRC(any rc)
rc
public void SETRENDEREDHELPERS(any renderedHelpers)
renderedHelpers
public void SETVIEWSCONVENTION(any viewsConvention)
viewsConvention
private any discoverViewPaths(any view)
view
private any implicitViewChecks()
public any locateLayout(any layout)
layout
public any locateView(any view)
view
public any renderExternalView(any view, [struct args='[runtime expression]'])
renderExternalView
in class
FrameworkSupertype
view
args
public any renderLayout([any layout], [any view=''], [struct args='[runtime expression]'], [boolean prePostExempt='false'])
renderLayout
in class
FrameworkSupertype
layout
view
args
prePostExempt
public any renderView([any view=''], [struct args='[runtime expression]'], [any collection], [any collectionAs=''], [numeric collectionStartRow='1'], [numeric collectionMaxRows='0'], [any collectionDelim=''], [boolean prePostExempt='false'])
renderView
in class
FrameworkSupertype
view
args
collection
collectionAs
collectionStartRow
collectionMaxRows
collectionDelim
prePostExempt
public any renderViewCollection([any view], [any viewPath], [any viewHelperPath], [any args], [any collection], [any collectionAs], [numeric collectionStartRow='1'], [numeric collectionMaxRows='0'], [any collectionDelim=''])
view
viewPath
viewHelperPath
args
collection
collectionAs
collectionStartRow
collectionMaxRows
collectionDelim
public any renderViewComposite([any view], [any viewPath], [any viewHelperPath], [any args])
view
viewPath
viewHelperPath
args
public any setExplicitView(any view)
view
|
ColdBox Platform Version 3.7.0 | ||||
FRAMES |