fix #559 : add BehaviorCommandInvoker
This commit is contained in:
parent
88d76f62ce
commit
c375bad4e6
3 changed files with 9 additions and 0 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue