- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for fileConfigItems (0.05 sec)
-
src/main/webapp/WEB-INF/view/admin/fileconfig/admin_fileconfig.jsp
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Mar 31 05:47:05 UTC 2020 - 8.8K bytes - Viewed (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>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 6.2K bytes - Viewed (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")); }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 20.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/admin/fileauth/admin_fileauth_edit.jsp
styleClass="form-control"> <c:forEach var="item" items="${fileConfigItems}"> <la:option value="${f:u(item.value)}">${f:h(item.label)}</la:option> </c:forEach>
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Feb 13 07:47:04 UTC 2020 - 7.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java
for (final FileConfig fileConfig : fileConfigList) { itemList.add(createItem(fileConfig.getName(), fileConfig.getId().toString())); } RenderDataUtil.register(data, "fileConfigItems", itemList); } /** * Creates a dropdown item with label and value. * * @param label the item label * @param value the item value * @return map containing the item
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.2K bytes - Viewed (0)