|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.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 coldbox.system.Interceptor |
|---|
appendToBuffer, clearBuffer, getBufferObject, getBufferString, getInterceptorService, getProperty, getproperties, init, propertyExists, setProperty, setproperties, unregister
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Method Detail |
|---|
public void Configure()
Configure
in class
Interceptor
public void afterConfigurationLoad(RequestContext event, struct interceptData)
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.4 | ||||
| FRAMES | |||||