ColdBox Platform Version 3.7.0

coldbox.system.ioc
Class Scopes

WEB-INF.cftags.component
        extended by coldbox.system.ioc.Scopes

public class Scopes
extends WEB-INF.cftags.component

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
 

Method Detail

getValidScopes

public any getValidScopes()


isValidScope

public any isValidScope([any scope])

Parameters:
scope

ColdBox Platform Version 3.7.0