Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getApiDashboardResponseHeaderList (0.27 sec)

  1. 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: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 85K bytes
    - Viewed (0)
Back to top