Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for file_config_list (2.52 sec)

  1. src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig.jsp

                                        <div class="col-sm-12">
                                            <table class="table table-bordered table-striped" aria-label="<la:message key="labels.file_config_list" />">
                                                <thead>
                                                <tr>
                                                    <th><la:message key="labels.name"/></th>
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 13 05:54:52 UTC 2025
    - 8.9K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/service/FileConfigService.java

            final PagingResultBean<FileConfig> fileConfigList = fileConfigBhv.selectPage(cb -> {
                cb.paging(fileConfigPager.getPageSize(), fileConfigPager.getCurrentPageNumber());
                setupListCondition(cb, fileConfigPager);
            });
    
            // update pager
            BeanUtil.copyBeanToBean(fileConfigList, fileConfigPager, option -> option.include(Constants.PAGER_CONVERSION_RULE));
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 7.4K bytes
    - Viewed (0)
Back to top