box.system.ioc.dsl.concurrent.Callable interface">
|
ColdBox Platform - WireBox Version 1.1.1 | ||||
| FRAMES | |||||
WEB-INF.cftags.component
wirebox.system.ioc.dsl.ColdBoxDSL
public class ColdBoxDSL
The DSL builder for all ColdBox related stuff
| Constructor Summary | |
|---|---|
init(any<Injector> injector)
Configure the DSL for operation and returns itself |
|
| Method Summary | |
|---|---|
private any |
getColdboxDSL(any definition)
Get dependencies using the coldbox dependency DSL |
private any<wirebox.system.core.db.DatasourceBean> |
getDatasource([any alias])
I will return to you a datasourceBean according to the alias of the datasource you wish to get from the configstruct |
private any |
getEntityServiceDSL(any definition)
Get a virtual entity service object |
private any |
getIOCDSL(any definition)
Get an IOC dependency |
private any |
getJavaLoaderDSL(any definition)
Get JavaLoader Dependency |
private any |
getOCMDSL(any definition)
Get OCM dependencies |
private any |
getWebserviceDSL(any definition)
Get webservice dependencies |
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 |
|---|
public init(any<Injector> injector)
injector - The linked WireBox injector| Method Detail |
|---|
private any getColdboxDSL(any definition)
definition - The dependency definition structureprivate any<wirebox.system.core.db.DatasourceBean> getDatasource([any alias])
alias - The alias of the datasource to get from the configstruct (alias property in the config file)private any getEntityServiceDSL(any definition)
definition - The dependency definition structureprivate any getIOCDSL(any definition)
definition - The dependency definition structureprivate any getJavaLoaderDSL(any definition)
definition - The dependency definition structureprivate any getOCMDSL(any definition)
definition - The dependency definition structureprivate any getWebserviceDSL(any definition)
definition - The dependency definition structurepublic any process(any definition)
process
in interface
IDSLBuilder
definition - The injection dsl definition structure to process. Keys: name, dsl
|
ColdBox Platform - WireBox Version 1.1.1 | ||||
| FRAMES | |||||