Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for labelTypeBhv (0.09 sec)

  1. 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)
  2. 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)
Back to top