lucee.Component
coldbox.system.FrameworkSupertype
contentbox.models.ui.BaseWidget
contentbox.widgets.Relocate
ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- Issues a relocation on a page with a 302 header
| Constructor Summary | |
|---|---|
|
init()
|
|
| Method Summary | |
|---|---|
any
|
renderIt([string page], [string URL], [boolean ssl='false'], [numeric statusCode='302'])
Relocate a page. |
| Methods inherited from class coldbox.system.FrameworkSupertype |
|---|
| addAsset, announceInterception, getCache, getController, getInstance, getInterceptor, getModel, getModuleConfig, getModuleSettings, getMyPlugin, getPlugin, getRenderer, getRequestCollection, getRequestContext, getSetting, getSettingStructure, includeUDF, loadApplicationHelpers, locateDirectoryPath, locateFilePath, persistVariables, populateModel, relocate, renderExternalView, renderLayout, renderView, runEvent, setController, setNextEvent, setSetting, settingExists |
| Methods inherited from class lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
| 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