|
ColdBox Platform Version 3.7.0
|
FRAMES
|
coldbox.system.ioc
Class
Scopes
WEB-INF.cftags.component
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
Methods inherited from class WEB-INF.cftags.component |
|
getValidScopes
public any getValidScopes()
-
isValidScope
public any isValidScope([any scope])
-
- Parameters:
scope
|
ColdBox Platform Version 3.7.0
|
FRAMES
|