Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for downloadLogs (0.2 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/maintenance/AdminMaintenanceAction.java

            saveInfo(messages -> messages.addSuccessStartedDataUpdate(GLOBAL));
            return redirect(getClass());
        }
    
        @Execute
        @Secured({ ROLE, ROLE + VIEW })
        public ActionResponse downloadLogs(final ActionForm form) {
            validate(form, messages -> {}, this::asIndexHtml);
            verifyTokenKeep(this::asIndexHtml);
    
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top