Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getThumbnailFile (1.92 sec)

  1. src/main/java/org/codelibs/fess/thumbnail/ThumbnailManager.java

        /**
         * Gets the thumbnail file for a document if it exists.
         *
         * @param docMap the document data map
         * @return the thumbnail file or null if not found
         */
        public File getThumbnailFile(final Map<String, Object> docMap) {
            final String thumbnailPath = getImageFilename(docMap);
            if (StringUtil.isNotBlank(thumbnailPath)) {
                final File file = new File(baseDir, thumbnailPath);
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 27K bytes
    - Viewed (0)
Back to top