contentbox

Class ModuleConfig

lucee.Component
    extended by contentbox.ModuleConfig

ContentBox - A Modular Content Platform Copyright since 2012 by Ortus Solutions, Corp www.ortussolutions.com/products/contentbox --- ContentBox Core module configuration

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any configure()
         Configure Module.
    any development()
         Development tier.
    private any loadConfigOverrides()
         Load up config overrides.
    private any loadEnvironmentOverrides()
         Load up java environment overrides for ContentBox settings.
    any onLoad()
         Fired when the module is registered and activated.
    any onUnload()
         Fired when the module is unregistered and unloaded.
    any preProcess([any event])
         Multi-domain hosting, in preparation for multi-site domains.
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    configure

    public any configure()

    Configure Module


    development

    public any development()

    Development tier


    loadConfigOverrides

    private any loadConfigOverrides()

    Load up config overrides


    loadEnvironmentOverrides

    private any loadEnvironmentOverrides()

    Load up java environment overrides for ContentBox settings The pattern to look is `contentbox.{site}.{setting}` Example: contentbox.default.cb_media_directoryRoot


    onLoad

    public any onLoad()

    Fired when the module is registered and activated.


    onUnload

    public any onUnload()

    Fired when the module is unregistered and unloaded


    preProcess

    public any preProcess([any event])

    Multi-domain hosting, in preparation for multi-site domains This is for both the admin and UI modules

    Parameters:
    event