- Sort Score
- Result 10 results
- Languages All
Results 411 - 420 of 723 for ressources (0.77 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/documents/ApiAdminDocumentsAction.java
import org.codelibs.fess.util.ComponentUtil; import org.lastaflute.web.Execute; import org.lastaflute.web.response.JsonResponse; import org.opensearch.action.bulk.BulkResponse; import jakarta.annotation.Resource; /** * API action for admin document management. * Provides RESTful API endpoints for bulk document operations in the Fess search engine.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java
/** Service for file authentication operations. */ @Resource private FileAuthenticationService fileAuthenticationService; /** Pager for file authentication list pagination. */ @Resource private FileAuthPager fileAuthenticationPager; /** Service for file configuration operations. */ @Resource protected FileConfigService fileConfigService;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.java
// ========= @Resource private RequestHeaderService requestHeaderService; @Resource private ReqHeaderPager reqHeaderPager; /** Web configuration service for managing web crawl configurations. */ @Resource protected WebConfigService webConfigService;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 18.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/webconfig/ApiAdminWebconfigAction.java
import org.codelibs.fess.opensearch.config.exentity.WebConfig; import org.codelibs.fess.util.ComponentUtil; import org.lastaflute.web.Execute; import org.lastaflute.web.response.JsonResponse; import jakarta.annotation.Resource; /** * API action for admin web configuration management. * */ public class ApiAdminWebconfigAction extends FessApiAdminAction { /** The logger for this class. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 8.8K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/PropertiesUtil.java
CloseableUtil.close(in); } } /** * Loads a resource from the context class loader into the {@link Properties} (wraps exception handling). * * @param props * Property set. Must not be {@literal null}. * @param path * Resource path. Must not be {@literal null} or empty. */
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 7.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/DataConfigService.java
* Provides database access methods for DataConfig entities. */ @Resource protected DataConfigBhv dataConfigBhv; /** * Fess configuration containing application settings. * Used to retrieve paging and other configuration parameters. */ @Resource protected FessConfig fessConfig; /** * Creates a new instance of DataConfigService.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java
// Attribute // ========= @Resource private FailureUrlService failureUrlService; @Resource private FailureUrlPager failureUrlPager; // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/joblog/AdminJoblogAction.java
// ========= /** Service for job log operations. */ @Resource private JobLogService jobLogService; /** Pager for job log list pagination. */ @Resource private JobLogPager jobLogPager; // ===================================================================================
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/jcifs/smb/NtlmAuthenticator.java
} } /** * An application extending this class must provide an implementation for this method that returns new user * credentials try try when accessing SMB resources described by the <code>getRequestingURL</code> and * <code>getRequestingException</code> methods. * If this method returns <code>null</code> the <code>SmbAuthException</code> that triggered the authenticator check will
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.4K bytes - Viewed (0) -
src/main/resources/CLMessages.properties
ECL0049=The method({1}) of {0} not found ECL0050=Can not parse, because {0} ECL0051=Can not parse of ({0}) ECL0053=Bad parser configuration, because {0} ECL0054=SAXException occurred, because {0} ECL0055=Resource({0}) not found ECL0057=Method({1}) of class({0}) not found ECL0059=Can not configure property({1}) of {0}, because {2} ECL0061=SystemException occurred, because {0} ECL0063=RollbackException occurred, because {0}
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Mar 07 01:58:02 UTC 2024 - 3.1K bytes - Viewed (0)