- Sort Score
- Result 10 results
- Languages All
Results 1 - 8 of 8 for renderings (0.11 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
* Web-specific implementation of SearchRenderData for rendering search results in the admin interface. */ protected static class WebRenderData extends SearchRenderData { /** * Default constructor. */ protected WebRenderData() { super(); } /** * Registers all search-related data for rendering in the web interface. *
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 23.1K bytes - Viewed (1) -
src/main/java/org/codelibs/fess/app/web/admin/user/AdminUserAction.java
return asHtml(path_AdminUser_AdminUserJsp).renderWith(data -> { searchPaging(data, form); }); } /** * Registers pagination and user list data for rendering the user search results. * * @param data the render data container to populate * @param form the search form containing pagination parameters */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 19.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/elevateword/AdminElevatewordAction.java
return asHtml(path_AdminElevateword_AdminElevatewordJsp).renderWith(data -> { searchPaging(data, form); }); } /** * Handles search pagination and data preparation for rendering. * * @param data render data to populate with search results * @param form search form containing current search state */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/group/AdminGroupAction.java
// Hook // ====== /** * Sets up HTML data for rendering, including help link. * * @param runtime the action runtime */ @Override protected void setupHtmlData(final ActionRuntime runtime) { super.setupHtmlData(runtime);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 16.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/base/FessSearchAction.java
*/ @Override protected OptionalThing<LoginManager> myLoginManager() { return OptionalThing.empty(); } /** * Sets up HTML data for rendering search-related pages. This includes * label types, language items, user information, and various UI flags. * * @param runtime the action runtime context */ @Override
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 13.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/fileconfig/AdminFileconfigAction.java
// Hook // ====== /** * Sets up HTML data for rendering, including help link. * * @param runtime the action runtime */ @Override protected void setupHtmlData(final ActionRuntime runtime) { super.setupHtmlData(runtime);
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/java/org/codelibs/fess/app/web/admin/labeltype/AdminLabeltypeAction.java
// Hook // ====== /** * Sets up HTML data for rendering, including help link. * * @param runtime the action runtime */ @Override protected void setupHtmlData(final ActionRuntime runtime) { super.setupHtmlData(runtime);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 18.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/ViewHelper.java
import jakarta.servlet.http.HttpServletRequest; import jakarta.servlet.http.HttpSession; /** * Helper class for handling view-related operations in the Fess search system. * This class provides utilities for content rendering, URL processing, highlighting, * caching, pagination, and user interface functionality. * */ public class ViewHelper { /** * Default constructor for ViewHelper. */
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 52.4K bytes - Viewed (0)