Uses of Class
org.codelibs.fess.app.web.admin.webconfig.SearchForm

Packages that use SearchForm
  • Uses of SearchForm in org.codelibs.fess.app.web.admin.webconfig

    Methods in org.codelibs.fess.app.web.admin.webconfig with parameters of type SearchForm
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminWebconfigAction.index(SearchForm form)
    Displays the web config management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminWebconfigAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays a paginated list of web crawler configurations.
    org.lastaflute.web.response.HtmlResponse
    AdminWebconfigAction.reset(SearchForm form)
    Resets the search criteria and displays all web crawler configurations.
    org.lastaflute.web.response.HtmlResponse
    AdminWebconfigAction.search(SearchForm form)
    Searches for web crawler configurations based on the provided search criteria.
    protected void
    AdminWebconfigAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form)
    Sets up pagination data for the web config search results.