Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for fileAuthenticationItems (5.81 sec)

  1. src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java

                searchPaging(data, form);
            });
        }
    
        protected void searchPaging(final RenderData data, final SearchForm form) {
            RenderDataUtil.register(data, "fileAuthenticationItems",
                    fileAuthenticationService.getFileAuthenticationList(fileAuthenticationPager)); // page navi
    Java
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Feb 22 01:37:57 GMT 2024
    - 15.5K bytes
    - Viewed (0)
  2. src/main/webapp/WEB-INF/view/admin/fileauth/admin_fileauth.jsp

                                                    <tbody>
                                                    <c:forEach var="data" varStatus="s"
                                                               items="${fileAuthenticationItems}">
                                                        <tr
                                                                data-href="${contextPath}/admin/fileauth/details/4/${f:u(data.id)}">
    Others
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 27 06:24:23 GMT 2020
    - 6.1K bytes
    - Viewed (0)
Back to top