- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for ProtwordsService (0.25 sec)
-
src/main/java/org/codelibs/fess/app/service/ProtwordsService.java
/** * Service for managing protected words dictionary. * This service provides operations for managing protected words dictionary files and items. */ public class ProtwordsService { /** * Default constructor. */ public ProtwordsService() { // Default constructor } /** Dictionary manager for handling dictionary files */ @Resource protected DictionaryManager dictionaryManager;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 4.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/protwords/ApiAdminDictProtwordsAction.java
*/ public ApiAdminDictProtwordsAction() { super(); } private static final Logger logger = LogManager.getLogger(ApiAdminDictProtwordsAction.class); @Resource private ProtwordsService protwordsService; /** * Retrieve list of protected words entries for the specified dictionary. * * @param dictId identifier of the dictionary * @param body search criteria and paging parameters
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/AdminDictProtwordsAction.java
// Attribute // ========= @Resource private ProtwordsService protwordsService; @Resource private ProtwordsPager protwordsPager; // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.1K bytes - Viewed (0)