- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getThumbnailFile (0.32 sec)
-
src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailAction.java
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 4.4K bytes - Viewed (0) -
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)