|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.services.BaseService
coldbox.system.services.LoaderService
public class LoaderService
The application and framework loader service
Constructor Summary | |
---|---|
init(any controller)
Constructor |
Method Summary | |
---|---|
void |
configLoader([string overrideConfigFile=''], [string overrideAppMapping=''])
I Load the configurations only, init the framework variables and more. |
void |
registerAspects()
I Register the current Application's Aspects |
void |
setupCalls([string overrideConfigFile=''], [string overrideAppMapping=''])
I execute the framework and application loading scripts |
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 configLoader([string overrideConfigFile=''], [string overrideAppMapping=''])
overrideConfigFile
- Only used for unit testing or reparsing of a specific coldbox config file.overrideAppMapping
- Only used for unit testing or reparsing of a specific coldbox config file.public void registerAspects()
public void setupCalls([string overrideConfigFile=''], [string overrideAppMapping=''])
overrideConfigFile
- Only used for unit testing or reparsing of a specific coldbox config file.overrideAppMapping
- Only used for unit testing or reparsing of a specific coldbox config file.
|
ColdBox Platform Version 2.6.3 | ||||
FRAMES |