coldbox.system.web.delegates

Class AppModes

lucee.Component
    extended by coldbox.system.web.delegates.AppModes

Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- Provides the ability to know in which modes your application is via the delegated methods

Class Attributes:
  • singleton
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Property Summary
    type property default serializable required
    any controller


    • access = public
    • returntype = any
    • inject = coldbox
    • delegate = inDebugMode,isDevelopment,isProduction,isTesting
    true false
     
    Methods inherited from class lucee.Component
    None

    Property Detail

    controller

    property any controller

    Attributes:
    access - public
    required - false
    returntype - any
    inject - coldbox
    serializable - true
    delegate - inDebugMode,isDevelopment,isProduction,isTesting