Uses of Class
org.codelibs.fess.app.web.admin.webauth.SearchForm
Packages that use SearchForm
-
Uses of SearchForm in org.codelibs.fess.app.web.admin.webauth
Methods in org.codelibs.fess.app.web.admin.webauth with parameters of type SearchFormModifier and TypeMethodDescriptionorg.lastaflute.web.response.HtmlResponseAdminWebauthAction.index(SearchForm form) Displays the web authentication management index page.org.lastaflute.web.response.HtmlResponseAdminWebauthAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form) Displays a paginated list of web authentication configurations.org.lastaflute.web.response.HtmlResponseAdminWebauthAction.reset(SearchForm form) Resets the search criteria and displays all web authentication configurations.org.lastaflute.web.response.HtmlResponseAdminWebauthAction.search(SearchForm form) Searches for web authentication configurations based on the provided search criteria.protected voidAdminWebauthAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form) Sets up pagination data for the web authentication search results.