Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getCoordinatorHelper (0.08 seconds)

  1. src/main/java/org/codelibs/fess/util/ComponentUtil.java

            return getComponent(CURL_HELPER);
        }
    
        /**
         * Gets the coordinator helper component.
         * @return The coordinator helper.
         */
        public static CoordinatorHelper getCoordinatorHelper() {
            return getComponent(COORDINATOR_HELPER);
        }
    
        /**
         * Gets the language helper component.
         * @return The language helper.
         */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 30.9K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java

        public HtmlResponse reloadDocIndex(final ActionForm form) {
            validate(form, messages -> {}, this::asIndexHtml);
            verifyToken(this::asIndexHtml);
            final CoordinatorHelper coordinator = ComponentUtil.getCoordinatorHelper();
            if (!coordinator.tryStartOperation("reload_doc_index")) {
                saveError(messages -> messages.addErrorsOperationAlreadyRunning(GLOBAL,
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 06:59:19 GMT 2026
    - 23K bytes
    - Click Count (0)
Back to Top