coldbox.system.ioc

Class Scopes

WEB-INF.cftags.component
        extended by coldbox.system.ioc.Scopes
Class Attributes:
  • output : 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 WEB-INF.cftags.component
    None

    Method Detail

    getValidScopes

    public any getValidScopes()


    isValidScope

    public any isValidScope([any scope])

    Parameters:
    scope