|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.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 | |
---|---|
void |
EventCachingTest(any context)
Tests if the incoming context is an event cache |
boolean |
contextExists()
Does the request context exist |
private any |
createContext()
Creates a new request context object |
any |
getContext()
Get the Request Context from request scope or create a new one. |
struct |
getContextProperties()
Get ContextProperties |
private void |
initFORMURL()
param form/url |
private void |
loadProperties()
Load the context properties |
any |
requestCapture()
I capture an incoming request. Returns: coldbox.system.beans.requestContext |
void |
setContext(any Context)
Set the Request Context |
Methods inherited from class coldbox.system.services.BaseService |
---|
debug, getColdboxOCM, getUtil, getcontroller, setcontroller
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Constructor Detail |
---|
public init(any controller)
Method Detail |
---|
public void EventCachingTest(any context)
context
- The request context to test for event caching.public boolean contextExists()
private any createContext()
public any getContext()
public struct getContextProperties()
private void initFORMURL()
private void loadProperties()
public any requestCapture()
public void setContext(any Context)
Context
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |