Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ListBody (0.07 sec)

  1. src/main/java/org/codelibs/fess/app/web/api/admin/dict/ApiAdminDictAction.java

         */
        protected ListBody createListBody(final DictionaryFile<? extends DictionaryItem> dictionaryFile) {
            final ListBody body = new ListBody();
            body.id = dictionaryFile.getId();
            body.type = dictionaryFile.getType();
            body.path = dictionaryFile.getPath();
            body.timestamp = dictionaryFile.getTimestamp();
            return body;
        }
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 2.6K bytes
    - Viewed (0)
Back to top