- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ThumbnailForm (0.08 sec)
-
src/main/java/org/codelibs/fess/app/web/thumbnail/ThumbnailForm.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0) -
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)