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 SearchForm
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminWebauthAction.index(SearchForm form)
    Displays the web authentication management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminWebauthAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays a paginated list of web authentication configurations.
    org.lastaflute.web.response.HtmlResponse
    AdminWebauthAction.reset(SearchForm form)
    Resets the search criteria and displays all web authentication configurations.
    org.lastaflute.web.response.HtmlResponse
    AdminWebauthAction.search(SearchForm form)
    Searches for web authentication configurations based on the provided search criteria.
    protected void
    AdminWebauthAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form)
    Sets up pagination data for the web authentication search results.