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) -
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) protected voidSearchAction.createPagingQuery(SearchForm form) protected org.lastaflute.web.response.HtmlResponseSearchAction.doMove(SearchForm form, int move) protected org.lastaflute.web.response.HtmlResponseSearchAction.doSearch(SearchForm form) protected StringSearchAction.getDisplayQuery(SearchForm form, List<Map<String, String>> labelTypeItems) org.lastaflute.web.response.HtmlResponseSearchAction.index(SearchForm form) org.lastaflute.web.response.HtmlResponseSearchAction.move(SearchForm form) org.lastaflute.web.response.HtmlResponseSearchAction.next(SearchForm form) org.lastaflute.web.response.HtmlResponseSearchAction.prev(SearchForm form) org.lastaflute.web.response.HtmlResponseSearchAction.search(SearchForm form)