Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ThumbnailForm (0.12 sec)

  1. src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailForm.java

        /**
         * Additional search fields for error page display.
         */
        public Map<String, String[]> fields = new HashMap<>();
    
        /**
         * Default constructor for ThumbnailForm.
         */
        public ThumbnailForm() {
            // Default constructor
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 1.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailAction.java

         * @return ActionResponse containing the thumbnail image or 404 if not found
         */
        @Execute
        public ActionResponse index(final ThumbnailForm form) {
            validate(form, messages -> {}, () -> asHtml(virtualHost(path_Error_ErrorJsp)));
            if (isLoginRequired()) {
                return redirectToLogin();
            }
    
            final Map<String, Object> doc =
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 4.4K bytes
    - Viewed (0)
Back to top