- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for webConfigBhv (0.73 sec)
-
src/main/java/org/codelibs/fess/opensearch/config/exbhv/WebConfigBhv.java
import java.util.regex.Pattern; import org.codelibs.fess.opensearch.config.bsbhv.BsWebConfigBhv; import org.codelibs.fess.util.ComponentUtil; /** * @author FreeGen */ public class WebConfigBhv extends BsWebConfigBhv { private String indexName = null; @Override protected String asEsIndex() { if (indexName == null) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 1.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/WebConfigService.java
* Default constructor. */ public WebConfigService() { super(); } /** * Behavior class for web configuration operations. */ @Resource protected WebConfigBhv webConfigBhv; /** * Behavior class for web authentication operations. */ @Resource protected WebAuthenticationBhv webAuthenticationBhv; /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6.6K bytes - Viewed (0) -
src/main/resources/esflute_config.xml
<component name="webAuthenticationBhv" class="org.codelibs.fess.opensearch.config.exbhv.WebAuthenticationBhv"/> <component name="webConfigBhv" class="org.codelibs.fess.opensearch.config.exbhv.WebConfigBhv"/>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Wed Nov 06 13:45:02 UTC 2024 - 2.9K bytes - Viewed (0)