fix #559 : add BehaviorCommandInvoker

This commit is contained in:
Shinsuke Sugaya 2016-06-23 13:58:04 +09:00
parent 88d76f62ce
commit c375bad4e6
3 changed files with 9 additions and 0 deletions

View file

@ -4,6 +4,9 @@
<components>
<include path="esclient.xml"/>
<!-- The components of DBFlute Runtime. -->
<component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
<!-- The components of Behavior. -->
<component name="boostDocumentRuleBhv" class="org.codelibs.fess.es.config.exbhv.BoostDocumentRuleBhv"/>
<component name="crawlingInfoBhv" class="org.codelibs.fess.es.config.exbhv.CrawlingInfoBhv"/>

View file

@ -4,6 +4,9 @@
<components>
<include path="esclient.xml"/>
<!-- The components of DBFlute Runtime. -->
<component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
<!-- The components of Behavior. -->
<component name="clickLogBhv" class="org.codelibs.fess.es.log.exbhv.ClickLogBhv"/>
<component name="favoriteLogBhv" class="org.codelibs.fess.es.log.exbhv.FavoriteLogBhv"/>

View file

@ -4,6 +4,9 @@
<components>
<include path="esclient.xml"/>
<!-- The components of DBFlute Runtime. -->
<component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
<!-- The components of Behavior. -->
<component name="userBhv" class="org.codelibs.fess.es.user.exbhv.UserBhv"/>
<component name="roleBhv" class="org.codelibs.fess.es.user.exbhv.RoleBhv"/>