|
|
ColdBox Platform Version 3.0.0
|
|
FRAMES
|
coldbox.system.web.loader
Class
FrameworkLoader
WEB-INF.cftags.component
coldbox.system.web.loader.FrameworkLoader
-
public class FrameworkLoader
- extends WEB-INF.cftags.component
Loads all the default ColdBox settings into an application controller
|
Constructor Summary |
init()
constructor
|
|
Method Summary |
private any |
getUtil()
Create and return a util object
|
void |
loadSettings(any controller)
Get the coldbox default settings
|
| Methods inherited from class WEB-INF.cftags.component |
|
init
public init()
-
constructor
getUtil
private any getUtil()
-
Create and return a util object
loadSettings
public void loadSettings(any controller)
-
Get the coldbox default settings
- Parameters:
controller - The coldbox controller to load
|
|
ColdBox Platform Version 3.0.0
|
|
FRAMES
|