railo-context.Componentcoldbox.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 |
---|
addAsset, announceInterception, getCache, getController, getDatasource, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, renderExternalView, renderLayout, renderView, runEvent, setController, 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