e.lastaflute.1.1.0.source-code.lastafw_customizer.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lastaflute Show documentation
Show all versions of lastaflute Show documentation
Typesafe Web Framework for LeAn STArtup with DBFlute and Java8
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE components PUBLIC "-//DBFLUTE//DTD LastaDi 1.0//EN" "http://dbflute.org/meta/lastadi10.dtd"> <components> <!-- included by customizer.xml of Lasta Di --> <!-- _/_/_/_/_/_/_/_/ --> <!-- _/ Action _/ --> <!-- _/_/_/_/_/_/_/_/ --> <component name="actionCustomizer" class="org.lastaflute.web.aspect.ActionCustomizerChain"> <!-- quit Transactional annotation in action, use transaction stage action class is as non-enhanced object as possible for boot speed so also no handling <postConstruct name="addCustomizer"> <arg> <component class="org.lastaflute.web.aspect.ActionTxAttributeCustomizer"/> </arg> </postConstruct> --> <postConstruct name="addCustomizer"> <arg> <!-- XxxAction classes under action package can be treated as Action --> <component class="org.lastaflute.web.aspect.RomanticActionCustomizer"/> </arg> </postConstruct> </component> </components>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy