Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asDownloadHtml (0.67 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java

         *
         * @return HTML response for the download page
         */
        @Execute
        @Secured({ ROLE, ROLE + VIEW })
        public HtmlResponse downloadpage() {
            saveToken();
            return asDownloadHtml();
        }
    
        /**
         * Downloads elevate words data as a CSV file.
         *
         * @param form download form with export options
         * @return streaming response containing CSV data
         */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 22.6K bytes
    - Viewed (0)
Back to top