box.system.web.context.concurrent.Callable interface">
|
ColdBox Platform Version 3.5.3 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.web.context.RequestContext
coldbox.system.web.context.RequestContextDecorator
public class RequestContextDecorator
This is the base request context decorator used as an abstract class for implementing request context decorators
| Constructor Summary | |
|---|---|
init(any oContext, any controller)
constructor |
|
| Method Summary | |
|---|---|
void |
configure()
Override to provide a pseudo-constructor for your decorator |
private any |
getController()
Get controller: coldbox |
any |
getRequestContext()
Get the original request context |
void |
setRequestContext(any requestContext)
DO NOT OVERRIDE: Set the original request context |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(any oContext, any controller)
oContext - The original context we are decorating. coldbox.system.web.context.RequestContextcontroller - The coldbox controller| Method Detail |
|---|
public void configure()
private any getController()
public any getRequestContext()
public void setRequestContext(any requestContext)
requestContext
|
ColdBox Platform Version 3.5.3 | ||||
| FRAMES | |||||