Uses of Class
org.codelibs.fess.app.web.admin.searchlog.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.admin.searchlog
Methods in org.codelibs.fess.app.web.admin.searchlog with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminSearchlogAction.back(SearchForm form) Returns to the search log list from a detail view.org.lastaflute.web.response.HtmlResponseAdminSearchlogAction.list(Integer pageNumber, SearchForm form) Displays a paginated list of search log entries.org.lastaflute.web.response.HtmlResponseAdminSearchlogAction.reset(SearchForm form) Resets the search criteria and displays all search log entries.org.lastaflute.web.response.HtmlResponseAdminSearchlogAction.search(SearchForm form) Searches for search log entries based on the provided search criteria.protected voidAdminSearchlogAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form) Sets up search paging data for rendering the search log list.