- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for fileConfigItems (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 8.9K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/fileauth/admin_fileauth_details.jsp
<th><la:message key="labels.file_auth_file_crawling_config"/></th> <td><c:forEach var="item" items="${fileConfigItems}"> <c:if test="${fileConfigId==item.value}">${f:h(item.label)}</c:if> </c:forEach> <la:hidden property="fileConfigId"/></td>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/AdminFileconfigAction.java
* * @param data the render data * @param form the search form */ protected void searchPaging(final RenderData data, final SearchForm form) { RenderDataUtil.register(data, "fileConfigItems", fileConfigService.getFileConfigList(fileConfigPager)); // page navi // restore from pager copyBeanToBean(fileConfigPager, form, op -> op.include("name", "paths", "description")); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 21.8K bytes - Click Count (0)