- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for fessPropItems (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/WEB-INF/view/admin/systeminfo/admin_systeminfo.jsp
<c:if test="${empty fessPropItems}"> <textarea id="fessPropData" class="systemInfoData form-control" readonly><la:message key="labels.system_info_system_properties_does_not_exist"/></textarea> </c:if> <c:if test="${!empty fessPropItems}">Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 4.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/systeminfo/AdminSysteminfoAction.java
* * @param data the render data to populate */ protected void registerFessPropItems(final RenderData data) { RenderDataUtil.register(data, "fessPropItems", getFessPropItems(fessConfig)); } /** * Registers bug report items for rendering. * * @param data the render data to populate */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 9.7K bytes - Click Count (0)