Uses of Class
org.codelibs.fess.app.web.admin.failureurl.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.admin.failureurl
Methods in org.codelibs.fess.app.web.admin.failureurl with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminFailureurlAction.back(SearchForm form) Returns to the failure URL list page with the current search form.org.lastaflute.web.response.HtmlResponseAdminFailureurlAction.list(Integer pageNumber, SearchForm form) Displays the failure URL list page with pagination support.org.lastaflute.web.response.HtmlResponseAdminFailureurlAction.reset(SearchForm form) Resets the search criteria and pagination state.org.lastaflute.web.response.HtmlResponseAdminFailureurlAction.search(SearchForm form) Performs a search for failure URLs based on the provided criteria.protected voidAdminFailureurlAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form) Sets up pagination data and restores search form values from the pager.