box.system.services.concurrent.Callable interface">
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.services.BaseService
coldbox.system.services.RequestService
public class RequestService
This service takes care of preparing and creating request contexts. Facades to FORM and URL
| Constructor Summary | |
|---|---|
init(any controller)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
contextExists()
Does the request context exist |
private any |
createContext()
Creates a new request context object |
void |
eventCachingTest(any context)
Tests if the incoming context is an event cache |
any |
getContext()
Get the Request Context from request scope or create a new one |
any |
getFlashScope()
Get the current running Flash Ram Scope of base type:coldbox |
private void |
initFORMURL()
param form/url |
void |
onConfigurationLoad()
|
any |
requestCapture()
I capture an incoming request |
void |
setContext(any Context)
Set the Request Context |
| Methods inherited from class coldbox.system.services.BaseService |
|---|
convertToColdBox, debug, getColdboxOCM, getLogger, getUtil, getcontroller, isFamilyType, onAspectsLoad, onShutdown, setcontroller
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(any controller)
controller - Coldbox controller| Method Detail |
|---|
public boolean contextExists()
private any createContext()
public void eventCachingTest(any context)
context - The request context to test for event caching.public any getContext()
public any getFlashScope()
private void initFORMURL()
public void onConfigurationLoad()
onConfigurationLoad
in class
BaseService
public any requestCapture()
public void setContext(any Context)
Context
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||