wirebox.system.ioc

Class Scopes

lucee.Component
    extended by wirebox.system.ioc.Scopes

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

Class Attributes:
  • output : false
  •  
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    any getValidScopes()
    any isValidScope([any scope])
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    getValidScopes

    public any getValidScopes()


    isValidScope

    public any isValidScope([any scope])

    Parameters:
    scope