|
ColdBox Platform v3.8.0 | ||||
FRAMES |
WEB-INF.cftags.componentcoldbox.system.web.services.BaseService
public class BaseService
A ColdBox base internal service
Method Summary | |
---|---|
void |
convertToColdBox(any family, any target)
Decorate an object as a ColdBox object |
any |
getColdboxOCM([string cacheName='default'])
Get ColdboxOCM: coldbox |
any |
getController()
Get controller |
private coldbox.system.core.util.Util |
getUtil()
Create and return a util object |
boolean |
isFamilyType(string family, any target)
Checks if an object is of the passed in family type |
void |
onConfigurationLoad()
Called by loader service when configuration file loads |
void |
onShutdown()
Called by bootstrapper, whenever the application shuts down |
void |
setController(any controller)
Set controller |
Methods inherited from class WEB-INF.cftags.component |
---|
None
|
Method Detail |
---|
public void convertToColdBox(any family, any target)
family
- The family to covert it to: handler, plugin, interceptortarget
- The target objectpublic any getColdboxOCM([string cacheName='default'])
cacheName
- The cache name to retrievepublic any getController()
private coldbox.system.core.util.Util getUtil()
public boolean isFamilyType(string family, any target)
family
- The family to covert it to: handler, plugin, interceptortarget
- The target objectpublic void onConfigurationLoad()
public void onShutdown()
public void setController(any controller)
controller
|
ColdBox Platform v3.8.0 | ||||
FRAMES |