- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 44 for renderWith (0.06 seconds)
-
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/AdminDictProtwordsAction.java
public HtmlResponse index(final SearchForm form) { validate(form, messages -> {}, this::asDictIndexHtml); protwordsPager.clear(); return asHtml(path_AdminDictProtwords_AdminDictProtwordsJsp).renderWith(data -> { searchPaging(data, form); }); } /** * Show the list page. * @param pageNumber The page number. * @param form The search form.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 20.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/labeltype/AdminLabeltypeAction.java
registerRoleTypeItems(data); }); } /** * Returns HTML response for the details page. * * @return HTML response for the details page */ private HtmlResponse asDetailsHtml() { return asHtml(path_AdminLabeltype_AdminLabeltypeDetailsJsp).renderWith(data -> { registerRoleTypeItems(data);
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 27 07:01:25 GMT 2025 - 17.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/failureurl/AdminFailureurlAction.java
public HtmlResponse list(final Integer pageNumber, final SearchForm form) { failureUrlPager.setCurrentPageNumber(pageNumber); return asHtml(path_AdminFailureurl_AdminFailureurlJsp).renderWith(data -> { searchPaging(data, form); }); } /** * Performs a search for failure URLs based on the provided criteria. *
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 9.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/joblog/AdminJoblogAction.java
public HtmlResponse list(final Integer pageNumber, final SearchForm form) { saveToken(); jobLogPager.setCurrentPageNumber(pageNumber); return asHtml(path_AdminJoblog_AdminJoblogJsp).renderWith(data -> { searchPaging(data, form); }); } /** * Searches job logs based on the form criteria. * * @param form the search form
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 10.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/webconfig/AdminWebconfigAction.java
} private HtmlResponse asEditHtml() { return asHtml(path_AdminWebconfig_AdminWebconfigEditJsp).renderWith(data -> { registerRolesAndLabels(data); }); } private HtmlResponse asDetailsHtml() { return asHtml(path_AdminWebconfig_AdminWebconfigDetailsJsp).renderWith(data -> { registerRolesAndLabels(data); }); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:54:13 GMT 2026 - 22.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java
public HtmlResponse index(final SearchForm form) { validate(form, messages -> {}, this::asDictIndexHtml); kuromojiPager.clear(); return asHtml(path_AdminDictKuromoji_AdminDictKuromojiJsp).renderWith(data -> { searchPaging(data, form); }); } /** * Show the list page. * @param pageNumber The page number. * @param form The search form.
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 21.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java
} private HtmlResponse asEditHtml() { return asHtml(path_AdminElevateword_AdminElevatewordEditJsp).renderWith(data -> { registerLabels(data); }); } private HtmlResponse asDetailsHtml() { return asHtml(path_AdminElevateword_AdminElevatewordDetailsJsp).renderWith(data -> { registerLabels(data); }); } private HtmlResponse asUploadHtml() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Jan 23 23:57:26 GMT 2026 - 22.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/reqheader/AdminReqheaderAction.java
} private HtmlResponse asEditHtml() { return asHtml(path_AdminReqheader_AdminReqheaderEditJsp).renderWith(data -> { registerWebConfigItems(data); }); } private HtmlResponse asDetailsHtml() { return asHtml(path_AdminReqheader_AdminReqheaderDetailsJsp).renderWith(data -> { registerWebConfigItems(data); }); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 17.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java
}).orElse(() -> { fileAuthenticationPager.setCurrentPageNumber(0); }); return asHtml(path_AdminFileauth_AdminFileauthJsp).renderWith(data -> { searchPaging(data, form); }); } /** * Searches file authentications based on the form criteria. * * @param form the search form
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 18.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/synonym/AdminDictSynonymAction.java
public HtmlResponse index(final SearchForm form) { validate(form, messages -> {}, this::asDictIndexHtml); synonymPager.clear(); return asHtml(path_AdminDictSynonym_AdminDictSynonymJsp).renderWith(data -> { searchPaging(data, form); }); } /** * Displays a paginated list of synonym items. * * @param pageNumber the optional page number for pagination
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 23.7K bytes - Click Count (1)