- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isApiJsonpEnabled (0.08 seconds)
-
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
final String callback = LaRequestUtil.getOptionalRequest().map(req -> req.getParameter("callback")).orElse(null); final boolean isJsonp = ComponentUtil.getFessConfig().isApiJsonpEnabled() && StringUtil.isNotBlank(callback); final HttpServletResponse response = LaResponseUtil.getResponse(); response.setStatus(status); final StringBuilder buf = new StringBuilder(1000);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 27 13:56:32 GMT 2026 - 55.4K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. false <br> * comment: Whether to enable JSONP for API. * @return The determination, true or false. (if not found, exception but basically no way) */ boolean isApiJsonpEnabled(); /** * Get the value for the key 'api.ping.search_engine.fields'. <br> * The value is, e.g. status,timed_out <br> * comment: Fields for API ping to search engine.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:59:19 GMT 2026 - 576.9K bytes - Click Count (2)