coldbox.system.ioc

Class Scopes

railo-context.Component
        extended by coldbox.system.ioc.Scopes
Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  

    A lookup static CFC that gives you the scopes that WireBox uses by default. Declared Scopes are: NOSCOPE, PROTOTYPE, SINGLETON, SESSION, APPLICATION, REQUEST, SERVER, CACHEBOX

    Method Summary
    any getValidScopes()
    any isValidScope([any scope])
     
    Methods inherited from class railo-context.Component
    None

    Method Detail

    getValidScopes

    public any getValidScopes()


    isValidScope

    public any isValidScope([any scope])

    Parameters:
    scope