railo-context.Component
coldbox.system.FrameworkSupertype
coldbox.system.Plugin
contentbox.model.ui.BaseWidget
contentbox.widgets.Renderview
Renders any view in your ColdBox application
| Constructor Summary | |
|---|---|
|
init([any controller])
|
|
| Method Summary | |
|---|---|
any
|
renderIt(string view, [boolean cache='false'], [any cacheTimeout], [any cacheLastAccessTimeout], [any cacheSuffix], [any module], [string args=''])
Render the widget out. |
| Methods inherited from class coldbox.system.Plugin |
|---|
| getpluginAuthor, getpluginAuthorURL, getPluginDescription, getPluginName, getpluginPath, getPluginVersion, getRequestCollection, getRequestContext, setpluginAuthor, setpluginAuthorURL, setPluginDescription, setPluginName, setPluginVersion |
| Methods inherited from class coldbox.system.FrameworkSupertype |
|---|
| $htmlhead, addAsset, announceInterception, getColdboxOCM, getController, getDatasource, getInstance, getInterceptor, getMemento, getModel, getModuleSettings, getMyPlugin, getPlugin, getSetting, getSettingStructure, includeUDF, loadGlobalUDFLibraries, locateDirectoryPath, locateFilePath, persistVariables, populateModel, renderExternalView, renderLayout, renderView, runEvent, setNextEvent, setSetting, settingExists |
| Methods inherited from class railo-context.Component |
|---|
| None |
| Constructor Detail |
|---|
controller| Method Detail |
|---|
Render the widget out
renderIt
in class
BaseWidget
view - The named path of the view to rendercache - Cache the contents of the render view or not, by default it is falsecacheTimeout - The cache timeout in minutescacheLastAccessTimeout - The cache idle timeout in minutescacheSuffix - A suffix for the cache entrymodule - The name of the module to render the view fromargs - The arguments to pass to the view, this should be a comma delimitted list of name value pairs. Ex: widget=true,name=Test