asta.lasta-di.0.6.0-RC1.source-code.embedded_customizer.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lasta-di Show documentation
Show all versions of lasta-di Show documentation
DI Container for LastaFlute, super forked from Seasar as Java8
The newest version!
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components> <include path="tx_customizer.xml"/> <component name="actionCustomizer" class="org.dbflute.lasta.di.core.customizer.ext.ConcreteDrivenCustomizerChain"> </component> <component name="assistCustomizer" class="org.dbflute.lasta.di.core.customizer.ext.ConcreteDrivenCustomizerChain"> </component> <component name="logicCustomizer" class="org.dbflute.lasta.di.core.customizer.ext.ConcreteDrivenCustomizerChain"> <postConstruct name="addCustomizer"> <arg> <component class="org.dbflute.lasta.di.core.customizer.ext.ExplicitTxAttributeCustomizer"/> </arg> </postConstruct> </component> <component name="serviceCustomizer" class="org.dbflute.lasta.di.core.customizer.ext.ConcreteDrivenCustomizerChain"> <postConstruct name="addCustomizer"> <arg> <component class="org.dbflute.lasta.di.core.customizer.ext.ExplicitTxAttributeCustomizer"/> </arg> </postConstruct> </component> <component name="helperCustomizer" class="org.dbflute.lasta.di.core.customizer.ext.ConcreteDrivenCustomizerChain"> </component> <component name="validatorCustomizer" class="org.dbflute.lasta.di.core.customizer.ext.ConcreteDrivenCustomizerChain"> </component> <component name="converterCustomizer" class="org.dbflute.lasta.di.core.customizer.ext.ConcreteDrivenCustomizerChain"> </component> <component name="interceptorCustomizer" class="org.dbflute.lasta.di.core.customizer.ext.ConcreteDrivenCustomizerChain"> </component> </components>