Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ApiSystemInfoResponse (1.34 sec)

  1. src/main/java/org/codelibs/fess/app/web/api/ApiResult.java

             */
            public ApiSystemInfoResponse fessProps(final List<Map<String, String>> fessProps) {
                this.fessProps = fessProps;
                return this;
            }
    
            /**
             * Sets the bug report properties.
             * @param bugReportProps The bug report properties.
             * @return This ApiSystemInfoResponse instance.
             */
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 24.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/api/admin/systeminfo/ApiAdminSysteminfoAction.java

            final List<Map<String, String>> fessPropItems = getFessPropItems(fessConfig);
            final List<Map<String, String>> propItems = getPropItems();
            return asJson(new ApiResult.ApiSystemInfoResponse().bugReportProps(bugReportItems)
                    .envProps(envItems)
                    .fessProps(fessPropItems)
                    .systemProps(propItems)
                    .status(ApiResult.Status.OK)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 2.9K bytes
    - Viewed (0)
Back to top