coldbox.system.ioc

Class Scopes

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

Copyright Since 2005 ColdBox Framework by Luis Majano and Ortus Solutions, Corp www.ortussolutions.com --- A scope enum CFC that gives you the scopes that WireBox uses by default

Class Attributes:
  • synchronized : false
  •  
  • accessors : false
  •  
  • persistent : false
  •  
    Method Summary
    array getValidScopes()
         Get all valid scopes as an array.
    boolean isValidScope(any scope)
         Verify if an incoming scope is valid.
     
    Methods inherited from class lucee.Component
    None

    Method Detail

    getValidScopes

    public array getValidScopes()

    Get all valid scopes as an array


    isValidScope

    public boolean isValidScope(any scope)

    Verify if an incoming scope is valid

    Parameters:
    scope - The scope to check