- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getApiDashboardResponseHeaderList (0.19 sec)
-
src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java
return ComponentUtil.getComponent(SessionManager.class); } @Override protected void writeHeaders(final HttpServletResponse response) { ComponentUtil.getFessConfig().getApiDashboardResponseHeaderList().forEach(e -> response.setHeader(e.getFirst(), e.getSecond())); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Aug 15 08:29:24 UTC 2024 - 11.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessProp.java
propMap.put(API_JSON_RESPONSE_HEADER_LIST, list); } return list; } String getApiDashboardResponseHeaders(); default List<Pair<String, String>> getApiDashboardResponseHeaderList() { @SuppressWarnings("unchecked") List<Pair<String, String>> list = (List<Pair<String, String>>) propMap.get(API_DASHBOARD_RESPONSE_HEADER_LIST); if (list == null) {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:15 UTC 2024 - 87.2K bytes - Viewed (0)