Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for editAsUseDefault (0.11 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/design/AdminDesignAction.java

        /**
         * Show the edit page with the default content.
         * @param form The edit form.
         * @return The HTML response.
         */
        @Execute
        @Secured({ ROLE })
        public HtmlResponse editAsUseDefault(final EditForm form) {
            final String jspType = "orig/view";
            final File jspFile = getJspFile(form.fileName, jspType);
            try {
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 17.3K bytes
    - Viewed (0)
Back to top