ColdBox Platform Version 2.6.4

coldbox.system.services
Class BaseService

WEB-INF.cftags.component
        extended by coldbox.system.services.BaseService
Direct Known Subclasses:
DebuggerService , ExceptionService , HandlerService , InterceptorService , LoaderService , ModuleService , PluginService , RequestService

public class BaseService
extends WEB-INF.cftags.component

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

convertToColdBox

public void convertToColdBox(string family, any target)
Decorate an object as a ColdBox object

Parameters:
family - The family to covert it to: handler, plugin, interceptor
target - The target object

debug

private void debug(any content)
Send debug to log file

Parameters:
content -

getColdboxOCM

package any getColdboxOCM()
Get the Coldbox Cache Manager


getLogger

private Logger getLogger()
Get a logger plugin


getUtil

private Util getUtil()
Create and return a util object


getcontroller

package any getcontroller()
Get controller


isFamilyType

public boolean isFamilyType(string family, any target)
Checks if an object is of the passed in family type

Parameters:
family - The family to covert it to: handler, plugin, interceptor
target - The target object

onAspectsLoad

public void onAspectsLoad()
Called by loader service after aspects load


onConfigurationLoad

public void onConfigurationLoad()
Called by loader service when configuration file loads


onShutdown

public void onShutdown()
Called by bootstrapper, whenever the application shuts down


setcontroller

package void setcontroller(any controller)
Set controller

Parameters:
controller

ColdBox Platform Version 2.6.4