- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for ImplementedInvokerAssistant (0.12 seconds)
-
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 { // =================================================================================== // AttributeCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 6.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/opensearch/common/ImplementedInvokerAssistantTest.java
private ImplementedInvokerAssistant invokerAssistant; @Override protected void setUp(TestInfo testInfo) throws Exception { super.setUp(testInfo); invokerAssistant = new ImplementedInvokerAssistant(); } // Test constructor @Test public void test_constructor() { assertNotNull(new ImplementedInvokerAssistant()); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 11K bytes - Click Count (0) -
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. -->
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Nov 06 13:45:02 GMT 2024 - 869 bytes - Click Count (0) -
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. -->
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Nov 06 13:45:02 GMT 2024 - 2.9K bytes - Click Count (0) -
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. -->
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Nov 06 13:45:02 GMT 2024 - 750 bytes - Click Count (0)