box.system.services.concurrent.Callable interface">
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.services.BaseService
coldbox.system.services.LoaderService
public class LoaderService
The application and framework loader service
| Constructor Summary | |
|---|---|
init(any controller)
Constructor |
|
| Method Summary | |
|---|---|
private AbstractApplicationLoader |
createAppLoader([string overrideConfigFile=''])
Detect the application loader to use and create it |
CacheManager |
createCacheManager()
Create the cboxCache provider |
LogBox |
createLogBox()
Create a running LogBox instance configured using ColdBox's default config |
AbstractApplicationLoader |
getAppLoader()
Get the application configuration loader used |
void |
loadApplication([string overrideConfigFile=''], [string overrideAppMapping=''])
I load a coldbox application for operation |
void |
processShutdown()
Process the shutdown of the application |
void |
registerAspects()
I Register the current Application's Aspects |
| Methods inherited from class coldbox.system.services.BaseService |
|---|
convertToColdBox, debug, getColdboxOCM, getLogger, getUtil, getcontroller, isFamilyType, onAspectsLoad, onConfigurationLoad, onShutdown, setcontroller
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(any controller)
controller| Method Detail |
|---|
private AbstractApplicationLoader createAppLoader([string overrideConfigFile=''])
overrideConfigFile - Only used for unit testing or reparsing of a specific coldbox config file.public CacheManager createCacheManager()
public LogBox createLogBox()
public AbstractApplicationLoader getAppLoader()
Public void loadApplication([string overrideConfigFile=''], [string overrideAppMapping=''])
overrideConfigFile - The configuration file to load the application withoverrideAppMapping - The direct location of the application in the web server.public void processShutdown()
public void registerAspects()
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||