Uses of Class
org.codelibs.fess.app.web.base.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.base
Methods in org.codelibs.fess.app.web.base with parameters of type SearchFormModifier and TypeMethodDescriptionprotected voidFessSearchAction.buildFormParams(SearchForm form) Builds and populates search form parameters including results per page, label filtering, and sort order based on user preferences and configuration. -
Uses of SearchForm in org.codelibs.fess.app.web.search
Methods in org.codelibs.fess.app.web.search with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseSearchAction.advance(SearchForm form) The advance search page.protected voidSearchAction.createPagingQuery(SearchForm form) Creates a paging query.protected org.lastaflute.web.response.HtmlResponseSearchAction.doMove(SearchForm form, int move) Moves to a specific page.protected org.lastaflute.web.response.HtmlResponseSearchAction.doSearch(SearchForm form) Performs a search.protected StringSearchAction.getDisplayQuery(SearchForm form, List<Map<String, String>> labelTypeItems) Gets the display query.org.lastaflute.web.response.HtmlResponseSearchAction.index(SearchForm form) The index page.org.lastaflute.web.response.HtmlResponseSearchAction.move(SearchForm form) The move page.org.lastaflute.web.response.HtmlResponseSearchAction.next(SearchForm form) The next page.org.lastaflute.web.response.HtmlResponseSearchAction.prev(SearchForm form) The previous page.org.lastaflute.web.response.HtmlResponseSearchAction.search(SearchForm form) The search page.