- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for labelTypeBhv (0.07 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/backup/AdminBackupAction.java
private AsyncManager asyncManager; @Resource private WebConfigBhv webConfigBhv; @Resource private FileConfigBhv fileConfigBhv; @Resource private LabelTypeBhv labelTypeBhv; @Override protected void setupHtmlData(final ActionRuntime runtime) { super.setupHtmlData(runtime);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 29.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
/** Behavior handler for ElevateWord entity operations */ @Resource protected ElevateWordBhv elevateWordBhv; /** Behavior handler for LabelType entity operations */ @Resource protected LabelTypeBhv labelTypeBhv; /** Configuration settings for Fess application */ @Resource protected FessConfig fessConfig; /** Client for interacting with the search engine */ @Resource
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/dbmeta/LabelTypeDbm.java
return "org.codelibs.fess.opensearch.config.cbean.LabelTypeCB"; } @Override public String getBehaviorTypeName() { return "org.codelibs.fess.opensearch.config.exbhv.LabelTypeBhv"; } // =================================================================================== // Object Type
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 12.3K bytes - Viewed (0)