- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for getNotificationHelper (0.11 seconds)
-
src/main/java/org/codelibs/fess/util/ComponentUtil.java
return getComponent(SEARCH_HELPER); } /** * Gets the notification helper component. * @return The notification helper. */ public static NotificationHelper getNotificationHelper() { return getComponent(NOTIFICATION_HELPER); } /** * Gets the log notification helper component. * @return The log notification helper. */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 30.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/LogNotificationJob.java
} final Postbox postbox = ComponentUtil.getComponent(Postbox.class); final NotificationHelper notificationHelper = ComponentUtil.getNotificationHelper(); try { SMailCallbackContext.setPreparedMessageHookOnThread(notificationHelper::send); LogNotificationPostcard.droppedInto(postbox, postcard -> {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 9.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/exec/Crawler.java
} else { toAddresses = StringUtil.EMPTY_STRINGS; } final NotificationHelper notificationHelper = ComponentUtil.getNotificationHelper(); SMailCallbackContext.setPreparedMessageHookOnThread(notificationHelper::send); CrawlerPostcard.droppedInto(postbox, postcard -> {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 32.4K bytes - Click Count (0)