Uses of Class
org.codelibs.fess.app.web.admin.crawlinginfo.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.admin.crawlinginfo
Methods in org.codelibs.fess.app.web.admin.crawlinginfo with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminCrawlinginfoAction.back(SearchForm form) Go back to the list page.org.lastaflute.web.response.HtmlResponseAdminCrawlinginfoAction.list(Integer pageNumber, SearchForm form) Show the list page.org.lastaflute.web.response.HtmlResponseAdminCrawlinginfoAction.reset(SearchForm form) Reset the search form.org.lastaflute.web.response.HtmlResponseAdminCrawlinginfoAction.search(SearchForm form) Search crawling info.protected voidAdminCrawlinginfoAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form) Search with paging.