ColdBox Platform Version 3.7.0

coldbox.system.ioc.scopes
Class NoScope

WEB-INF.cftags.component
        extended by coldbox.system.ioc.scopes.NoScope
All Implemented Interfaces:
IScope

public class NoScope
extends WEB-INF.cftags.component

I am the NoScope Scope of Scopes


Constructor Summary
init(any<Injector> injector)
          Configure the scope for operation
 
Method Summary
 any getFromScope(any<Mapping> mapping, [any<struct> initArguments])
          Retrieve an object from scope or create it if not found in scope
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(any<Injector> injector)
Configure the scope for operation

Parameters:
injector - The linked WireBox injector
Method Detail

getFromScope

public any getFromScope(any<Mapping> mapping, [any<struct> initArguments])
Retrieve an object from scope or create it if not found in scope

Specified by:
getFromScope in interface IScope
Parameters:
mapping - The object mapping
initArguments - The constructor structure of arguments to passthrough when initializing the instance

ColdBox Platform Version 3.7.0