- Sort Score
- Num 10 results
- Language All
Results 11 - 13 of 13 for WebConfigService (0.08 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/wizard/AdminWizardAction.java
@Resource protected DynamicProperties systemProperties; /** Service for managing web crawler configurations */ @Resource protected WebConfigService webConfigService; /** Service for managing file crawler configurations */ @Resource protected FileConfigService fileConfigService; /** Helper for managing crawler processes */ @ResourceCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Jan 10 02:14:37 GMT 2026 - 16.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/webauth/AdminWebauthAction.java
@Resource private WebAuthPager webAuthPager; /** Service for accessing and modifying web configuration settings */ @Resource protected WebConfigService webConfigService; // =================================================================================== // HookCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 19.7K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/IndexingHelperTest.java
ComponentUtil.register(new WebConfigService() { @Override public OptionalEntity<WebConfig> getWebConfig(final String id) { final WebConfig webConfig = new WebConfig(); webConfig.setId(id); return OptionalEntity.of(webConfig); } }, WebConfigService.class.getCanonicalName()); } @Test
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 29.7K bytes - Click Count (0)