|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
coldbox.system.services.BaseService
public class BaseService
A ColdBox base internal service
| Method Summary | |
|---|---|
void |
convertToColdBox(string family, any target)
Decorate an object as a ColdBox object |
private void |
debug(any content)
Send debug to log file |
package any |
getColdboxOCM()
Get the Coldbox Cache Manager |
private Logger |
getLogger()
Get a logger plugin |
private Util |
getUtil()
Create and return a util object |
package any |
getcontroller()
Get controller |
boolean |
isFamilyType(string family, any target)
Checks if an object is of the passed in family type |
void |
onAspectsLoad()
Called by loader service after aspects load |
void |
onConfigurationLoad()
Called by loader service when configuration file loads |
void |
onShutdown()
Called by bootstrapper, whenever the application shuts down |
package void |
setcontroller(any controller)
Set controller |
| Methods inherited from class WEB-INF.cftags.component |
|---|
|
| Method Detail |
|---|
public void convertToColdBox(string family, any target)
family - The family to covert it to: handler, plugin, interceptortarget - The target objectprivate void debug(any content)
content - package any getColdboxOCM()
private Logger getLogger()
private Util getUtil()
package any getcontroller()
public boolean isFamilyType(string family, any target)
family - The family to covert it to: handler, plugin, interceptortarget - The target objectpublic void onAspectsLoad()
public void onConfigurationLoad()
public void onShutdown()
package void setcontroller(any controller)
controller
|
ColdBox Platform Version 2.6.4 | ||||
| FRAMES | |||||