Uses of Class
org.codelibs.fess.app.web.admin.badword.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.admin.badword
Methods in org.codelibs.fess.app.web.admin.badword with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminBadwordAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form) Show the list page.org.lastaflute.web.response.HtmlResponseAdminBadwordAction.reset(SearchForm form) Reset the search form.org.lastaflute.web.response.HtmlResponseAdminBadwordAction.search(SearchForm form) Search the bad words.protected voidAdminBadwordAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form) Search with paging.