Uses of Class
org.codelibs.fess.app.web.admin.duplicatehost.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.admin.duplicatehost
Methods in org.codelibs.fess.app.web.admin.duplicatehost with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminDuplicatehostAction.index(SearchForm form) Displays the initial duplicate host management page.org.lastaflute.web.response.HtmlResponseAdminDuplicatehostAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form) Displays the duplicate host list with pagination.org.lastaflute.web.response.HtmlResponseAdminDuplicatehostAction.reset(SearchForm form) Resets the search criteria and pager state.org.lastaflute.web.response.HtmlResponseAdminDuplicatehostAction.search(SearchForm form) Performs search for duplicate hosts based on form criteria.protected voidAdminDuplicatehostAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form) Sets up search pagination data for rendering.