ColdBox Platform - WireBox Version 1.1.1

wirebox.system.ioc.dsl
Class CacheBoxDSL

WEB-INF.cftags.component
        extended by wirebox.system.ioc.dsl.CacheBoxDSL
All Implemented Interfaces:
IDSLBuilder

public class CacheBoxDSL
extends WEB-INF.cftags.component

The DSL processor for all ColdBox related stuff


Constructor Summary
init(any<Injector> injector)
          Configure the DSL for operation and returns itself
 
Method Summary
 any process(any definition)
          Process an incoming DSL definition and produce an object with it
 
Methods inherited from class WEB-INF.cftags.component
 

Constructor Detail

init

public init(any<Injector> injector)
Configure the DSL for operation and returns itself

Parameters:
injector - The linked WireBox injector
Method Detail

process

public any process(any definition)
Process an incoming DSL definition and produce an object with it.

Specified by:
process in interface IDSLBuilder
Parameters:
definition - The injection dsl definition structure to process. Keys: name, dsl

ColdBox Platform - WireBox Version 1.1.1