coldbox.system.web.services

Class BaseService

lucee.Component
    extended by coldbox.system.web.services.BaseService
Direct Known Subclasses:
HandlerService , InterceptorService , LoaderService , ModuleService , RequestService , RoutingService

Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- Base Helper class for all ColdBox services

Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any controller
          ColdBox Controller.

    • access = public
    • returntype = any
    true false
    Method Summary
    string getController()
    any onConfigurationLoad()
         Once configuration file loads.
    any onShutdown()
         On framework shutdown.
    any setController(any controller)
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    controller

    property any controller

    ColdBox Controller

    Attributes:
    access - public
    required - false
    returntype - any
    serializable - true

    Method Detail

    getController

    public string getController()


    onConfigurationLoad

    public any onConfigurationLoad()

    Once configuration file loads


    onShutdown

    public any onShutdown()

    On framework shutdown


    setController

    public any setController(any controller)

    Parameters:
    controller