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

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

    Methods in org.codelibs.fess.app.web.admin.pathmap with parameters of type SearchForm
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminPathmapAction.index(SearchForm form)
    Displays the main path mapping administration page.
    org.lastaflute.web.response.HtmlResponse
    AdminPathmapAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays the path mapping list with pagination support.
    org.lastaflute.web.response.HtmlResponse
    AdminPathmapAction.reset(SearchForm form)
    Resets the search criteria and displays all path mappings.
    org.lastaflute.web.response.HtmlResponse
    AdminPathmapAction.search(SearchForm form)
    Performs a search for path mappings based on the provided criteria.
    protected void
    AdminPathmapAction.searchPaging(org.lastaflute.web.response.render.RenderData data, SearchForm form)
    Handles search pagination and data preparation for rendering.