ColdBox Platform Version 2.6.3

coldbox.system.services
Class LoaderService

WEB-INF.cftags.component
        extended by coldbox.system.services.BaseService
            extended by coldbox.system.services.LoaderService

public class LoaderService
extends BaseService

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

init

public init(any controller)

Method Detail

configLoader

Public void configLoader([string overrideConfigFile=''], [string overrideAppMapping=''])
I Load the configurations only, init the framework variables and more.

Parameters:
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.

registerAspects

public void registerAspects()
I Register the current Application's Aspects


setupCalls

public void setupCalls([string overrideConfigFile=''], [string overrideAppMapping=''])
I execute the framework and application loading scripts

Parameters:
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