coldbox.system.web.services

Class BaseService

railo-context.Component
        extended by coldbox.system.web.services.BaseService
Class Attributes:
  • synchronized : false
  •  
  • accessors : true
  •  
  • persistent : false
  •  
    Direct Known Subclasses:
    HandlerService , InterceptorService , LoaderService , ModuleService , RequestService

    Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.coldbox.org | www.luismajano.com | www.ortussolutions.com A ColdBox base internal service

    Property Summary
    type property default serializable required
    any controller


    true false
    Method Summary
    string getController()
    any onConfigurationLoad()
    any onShutdown()
    any setController(any controller)
     
    Methods inherited from class railo-context.Component
    None

    Property Detail

    controller

    property any controller

    Attributes:
    required - false
    serializable - true

    Method Detail

    getController

    public string getController()


    onConfigurationLoad

    public any onConfigurationLoad()


    onShutdown

    public any onShutdown()


    setController

    public any setController(any controller)

    Parameters:
    controller