Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for ImplementedInvokerAssistant (0.32 sec)

  1. src/main/java/org/codelibs/fess/opensearch/common/ImplementedInvokerAssistant.java

     * This class provides basic scaffolding for DBFlute behavior invoker assistance,
     * primarily returning null implementations as placeholders for OpenSearch-specific functionality.
     *
     */
    public class ImplementedInvokerAssistant implements InvokerAssistant {
    
        // ===================================================================================
        //                                                                           Attribute
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 6.1K bytes
    - Viewed (0)
  2. src/test/java/org/codelibs/fess/opensearch/common/ImplementedInvokerAssistantTest.java

        private ImplementedInvokerAssistant invokerAssistant;
    
        @Override
        public void setUp() throws Exception {
            super.setUp();
            invokerAssistant = new ImplementedInvokerAssistant();
        }
    
        // Test constructor
        public void test_constructor() {
            assertNotNull(new ImplementedInvokerAssistant());
        }
    
        // Test assistCurrentDBDef
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Tue Aug 19 14:09:36 UTC 2025
    - 10.6K bytes
    - Viewed (0)
  3. src/main/resources/esflute_log.xml

    	"http://dbflute.org/meta/lastadi10.dtd">
    <components>
    	<include path="esclient.xml"/>
    
    	<!-- The components of DBFlute Runtime. -->
    	<component name="invokerAssistant" class="org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant"/>
    	<component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
    
    	<!-- The components of Behavior. -->
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 869 bytes
    - Viewed (0)
  4. src/main/resources/esflute_config.xml

    	"http://dbflute.org/meta/lastadi10.dtd">
    <components>
    	<include path="esclient.xml"/>
    
    	<!-- The components of DBFlute Runtime. -->
    	<component name="invokerAssistant" class="org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant"/>
    	<component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
    
    	<!-- The components of Behavior. -->
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  5. src/main/resources/esflute_user.xml

    	"http://dbflute.org/meta/lastadi10.dtd">
    <components>
    	<include path="esclient.xml"/>
    
    	<!-- The components of DBFlute Runtime. -->
    	<component name="invokerAssistant" class="org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant"/>
    	<component name="behaviorCommandInvoker" class="org.dbflute.bhv.core.BehaviorCommandInvoker"/>
    
    	<!-- The components of Behavior. -->
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Wed Nov 06 13:45:02 UTC 2024
    - 750 bytes
    - Viewed (0)
Back to top