Uses of Class
org.codelibs.fess.app.web.admin.dict.stopwords.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.admin.dict.stopwords
Methods in org.codelibs.fess.app.web.admin.dict.stopwords with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminDictStopwordsAction.index(SearchForm form) Display the stopwords index page.org.lastaflute.web.response.HtmlResponseAdminDictStopwordsAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form) Display the stopwords list with pagination.org.lastaflute.web.response.HtmlResponseAdminDictStopwordsAction.reset(SearchForm form) Reset search criteria and return to default view.org.lastaflute.web.response.HtmlResponseAdminDictStopwordsAction.search(SearchForm form) Perform search for stopwords.protected voidAdminDictStopwordsAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form) Set up pagination data for search results.