- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getNotificationAdvanceSearch (0.17 sec)
-
src/main/java/org/codelibs/fess/app/web/search/SearchAction.java
} } return asHtml(virtualHost(path_AdvanceJsp)).renderWith(data -> { buildInitParams(); RenderDataUtil.register(data, "notification", fessConfig.getNotificationAdvanceSearch()); }); } /** * The search page. * @param form The search form. * @return The HTML response. */ @Execute
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 14K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
} default String getNotificationLogin() { return getSystemProperty(Constants.NOTIFICATION_LOGIN, StringUtil.EMPTY); } default String getNotificationAdvanceSearch() { return getSystemProperty(Constants.NOTIFICATION_ADVANCE_SEARCH, StringUtil.EMPTY); } default void setNotificationSearchTop(final String value) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 86.5K bytes - Viewed (0)