|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.frameworkSupertype
coldbox.system.interceptor
coldbox.system.interceptors.environmentControl
public class environmentControl
ENVIRONMENT settings interceptor
Method Summary | |
---|---|
void |
Configure()
This is the configuration method for your interceptors |
void |
afterConfigurationLoad(requestContext event, struct interceptData)
ENVIRONMENT control the settings |
private string |
detectEnvironment(array environmentsArray)
Detect the running environment and return the name |
string |
getconfigFile()
|
private void |
parseAndSet()
ENVIRONMENT control the settings |
void |
setconfigFile(string configFile)
|
Methods inherited from class WEB-INF.cftags.component |
---|
|
Method Detail |
---|
public void Configure()
Configure
in class
interceptor
public void afterConfigurationLoad(requestContext event, struct interceptData)
afterConfigurationLoad
in class
interceptor
event
- The event object.interceptData
- A structure containing intercepted information. NONE BY DEFAULT HEREprivate string detectEnvironment(array environmentsArray)
environmentsArray
- The environment arraypublic string getconfigFile()
private void parseAndSet()
public void setconfigFile(string configFile)
configFile
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |