- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getOptionalRequest (0.08 sec)
-
src/main/java/org/codelibs/fess/helper/ViewHelper.java
* * @return OptionalThing containing the query set */ protected OptionalThing<Set<String>> getQuerySet() { return LaRequestUtil.getOptionalRequest() .map(req -> ((Set<String>) req.getAttribute(Constants.HIGHLIGHT_QUERIES))) .filter(s -> s != null); } /** * Gets the content description from highlighted fields.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
* @param status The status code. * @param body The body. */ protected void writeJsonResponse(final int status, final String body) { final String callback = LaRequestUtil.getOptionalRequest().map(req -> req.getParameter("callback")).orElse(null); final boolean isJsonp = ComponentUtil.getFessConfig().isApiJsonpEnabled() && StringUtil.isNotBlank(callback);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 54.6K bytes - Viewed (1)