railo-context.Component
coldbox.system.FrameworkSupertype
coldbox.system.Plugin
contentbox.model.ui.BaseWidget
contentbox.widgets.Relocate
Issues a relocation on a page with a 302 header
| Constructor Summary | |
|---|---|
|
init([any controller])
|
|
| Method Summary | |
|---|---|
any
|
renderIt([string page], [string URL], [boolean ssl='false'], [numeric statusCode='302'])
Relocate a page. |
| 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 |
|---|
Relocate a page
renderIt
in class
BaseWidget
page - The page to relocate toURL - The full URL to relocate tossl - Relocate using SSL or not, default is false.statusCode - The status code, default is 302