Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for ApiSystemInfoResponse (0.09 seconds)

  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.
             */
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 25.8K bytes
    - Click Count (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)
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Aug 07 03:06:29 GMT 2025
    - 2.9K bytes
    - Click Count (0)
Back to Top