lucee.Component
coldbox.system.web.context.RequestContext
coldbox.system.web.context.RequestContextDecorator
Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- Base class used to decorate ColdBox MVC Application Controller
| Property Summary | ||||
|---|---|---|---|---|
| type | property | default | serializable | required |
any
|
requestContext
|
true
|
false
|
|
| Constructor Summary | |
|---|---|
|
init(any oContext, any controller)
Constructor. |
|
| Method Summary | |
|---|---|
any
|
configure()
Override to provide a pseudo-constructor for your decorator. |
any
|
getController()
Get original controller. |
string
|
getRequestContext()
|
any
|
setRequestContext(any requestContext)
|
| Methods inherited from class lucee.Component |
|---|
| None |
| Constructor Detail |
|---|
Constructor
oContextcontroller| Property Detail |
|---|
access - publicrequired - falsereturntype - anyserializable - true| Method Detail |
|---|
Override to provide a pseudo-constructor for your decorator
Get original controller
getController
in class
RequestContext
requestContext