box.system.web.services.concurrent.Callable interface">
|
ColdBox Platform Version 3.1.0 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.web.services.BaseService
coldbox.system.web.services.LoaderService
public class LoaderService
The application and framework loader service
| Constructor Summary | |
|---|---|
init(any controller)
Constructor |
|
| Method Summary | |
|---|---|
private any<AbstractApplicationLoader> |
createAppLoader([any overrideConfigFile=''])
Detect the application loader to use and create it |
CacheFactory |
createCacheBox()
Create the application's CacheBox instance |
void |
createCacheContainer()
Create the cache container |
any |
createCacheManager()
Create the compatibility caching engine |
LogBox |
createDefaultLogBox()
Create a running LogBox instance configured using ColdBox's default config |
void |
createWireBox()
Create WireBox DI Framework with config settings |
AbstractApplicationLoader |
getAppLoader()
Get the application configuration loader used |
void |
loadApplication([any overrideConfigFile=''], [any 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.web.services.BaseService |
|---|
convertToColdBox, getColdboxOCM, getController, getUtil, isFamilyType, onAspectsLoad, onConfigurationLoad, onShutdown, setController
|
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Constructor Detail |
|---|
public init(any controller)
controller| Method Detail |
|---|
private any<AbstractApplicationLoader> createAppLoader([any overrideConfigFile=''])
overrideConfigFile - Only used for unit testing or reparsing of a specific coldbox config file.public CacheFactory createCacheBox()
public void createCacheContainer()
public any createCacheManager()
public LogBox createDefaultLogBox()
public void createWireBox()
public AbstractApplicationLoader getAppLoader()
Public void loadApplication([any overrideConfigFile=''], [any 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 3.1.0 | ||||
| FRAMES | |||||