Uses of Annotation Interface
org.codelibs.fess.annotation.Secured

Packages that use Secured
Package
Description
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  • Uses of Secured in org.codelibs.fess.app.web.admin

    Methods in org.codelibs.fess.app.web.admin with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminAction.index()
    Show the index page.
  • Uses of Secured in org.codelibs.fess.app.web.admin.accesstoken

    Methods in org.codelibs.fess.app.web.admin.accesstoken with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminAccesstokenAction.create(CreateForm form)
    Create an access token.
    org.lastaflute.web.response.HtmlResponse
    AdminAccesstokenAction.createnew()
    Show the create new page.
    org.lastaflute.web.response.HtmlResponse
    AdminAccesstokenAction.delete(EditForm form)
    Delete an access token.
    org.lastaflute.web.response.HtmlResponse
    AdminAccesstokenAction.details(int crudMode, String id)
    Show the details page.
    org.lastaflute.web.response.HtmlResponse
    AdminAccesstokenAction.edit(EditForm form)
    Show the edit page.
    org.lastaflute.web.response.HtmlResponse
    AdminAccesstokenAction.index()
    Show the index page.
    org.lastaflute.web.response.HtmlResponse
    AdminAccesstokenAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Show the list page.
    org.lastaflute.web.response.HtmlResponse
    AdminAccesstokenAction.reset(SearchForm form)
    Reset the search form.
    org.lastaflute.web.response.HtmlResponse
    AdminAccesstokenAction.search(SearchForm form)
    Search the access tokens.
    org.lastaflute.web.response.HtmlResponse
    AdminAccesstokenAction.update(EditForm form)
    Update an access token.
  • Uses of Secured in org.codelibs.fess.app.web.admin.backup

    Methods in org.codelibs.fess.app.web.admin.backup with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.ActionResponse
    AdminBackupAction.download(String id)
    Download a file.
    org.lastaflute.web.response.HtmlResponse
    AdminBackupAction.index()
    Show the index page.
    org.lastaflute.web.response.HtmlResponse
    AdminBackupAction.upload(UploadForm form)
    Upload a file.
  • Uses of Secured in org.codelibs.fess.app.web.admin.badword

    Methods in org.codelibs.fess.app.web.admin.badword with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.create(CreateForm form)
    Create a bad word.
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.createnew()
    Show the create new page.
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.delete(EditForm form)
    Delete a bad word.
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.details(int crudMode, String id)
    Show the details page.
    org.lastaflute.web.response.ActionResponse
    AdminBadwordAction.download(DownloadForm form)
    Download the bad words.
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.downloadpage()
    Show the download page.
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.edit(EditForm form)
    Show the edit page.
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.index()
    Show the index page.
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Show the list page.
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.reset(SearchForm form)
    Reset the search form.
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.search(SearchForm form)
    Search the bad words.
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.update(EditForm form)
    Update a bad word.
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.upload(UploadForm form)
    Upload the bad words.
    org.lastaflute.web.response.HtmlResponse
    AdminBadwordAction.uploadpage()
    Show the upload page.
  • Uses of Secured in org.codelibs.fess.app.web.admin.boostdoc

    Methods in org.codelibs.fess.app.web.admin.boostdoc with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminBoostdocAction.create(CreateForm form)
    Create a new boost document rule.
    org.lastaflute.web.response.HtmlResponse
    AdminBoostdocAction.createnew()
    Show the create new page.
    org.lastaflute.web.response.HtmlResponse
    AdminBoostdocAction.delete(EditForm form)
    Delete a boost document rule.
    org.lastaflute.web.response.HtmlResponse
    AdminBoostdocAction.details(int crudMode, String id)
    Show the details page.
    org.lastaflute.web.response.HtmlResponse
    AdminBoostdocAction.edit(EditForm form)
    Show the edit page.
    org.lastaflute.web.response.HtmlResponse
    AdminBoostdocAction.index()
    Show the index page.
    org.lastaflute.web.response.HtmlResponse
    AdminBoostdocAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Show the list page.
    org.lastaflute.web.response.HtmlResponse
    AdminBoostdocAction.reset(SearchForm form)
    Reset the search form.
    org.lastaflute.web.response.HtmlResponse
    AdminBoostdocAction.search(SearchForm form)
    Search for boost document rules.
    org.lastaflute.web.response.HtmlResponse
    AdminBoostdocAction.update(EditForm form)
    Update a boost document rule.
  • Uses of Secured in org.codelibs.fess.app.web.admin.crawlinginfo

    Methods in org.codelibs.fess.app.web.admin.crawlinginfo with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminCrawlinginfoAction.back(SearchForm form)
    Go back to the list page.
    org.lastaflute.web.response.HtmlResponse
    AdminCrawlinginfoAction.delete(EditForm form)
    Delete a crawling info.
    org.lastaflute.web.response.HtmlResponse
    AdminCrawlinginfoAction.deleteall()
    Delete all crawling info.
    org.lastaflute.web.response.HtmlResponse
    AdminCrawlinginfoAction.details(int crudMode, String id)
    Show the details page.
    org.lastaflute.web.response.HtmlResponse
    AdminCrawlinginfoAction.index()
    Show the index page.
    org.lastaflute.web.response.HtmlResponse
    AdminCrawlinginfoAction.list(Integer pageNumber, SearchForm form)
    Show the list page.
    org.lastaflute.web.response.HtmlResponse
    AdminCrawlinginfoAction.reset(SearchForm form)
    Reset the search form.
    org.lastaflute.web.response.HtmlResponse
    AdminCrawlinginfoAction.search(SearchForm form)
    Search crawling info.
    org.lastaflute.web.response.HtmlResponse
    AdminCrawlinginfoAction.threaddump(EditForm form)
    Print a thread dump.
  • Uses of Secured in org.codelibs.fess.app.web.admin.dashboard

    Methods in org.codelibs.fess.app.web.admin.dashboard with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminDashboardAction.index()
    Show the index page.
  • Uses of Secured in org.codelibs.fess.app.web.admin.dataconfig

    Methods in org.codelibs.fess.app.web.admin.dataconfig with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminDataconfigAction.create(CreateForm form)
    Create a new data config.
    org.lastaflute.web.response.HtmlResponse
    AdminDataconfigAction.createnew()
    Show the create new page.
    org.lastaflute.web.response.HtmlResponse
    AdminDataconfigAction.delete(EditForm form)
    Delete a data config.
    org.lastaflute.web.response.HtmlResponse
    AdminDataconfigAction.details(int crudMode, String id)
    Show the details page.
    org.lastaflute.web.response.HtmlResponse
    AdminDataconfigAction.duplicate(String id)
    Displays the form for duplicating an existing data store configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminDataconfigAction.edit(EditForm form)
    Show the edit page.
    org.lastaflute.web.response.HtmlResponse
    AdminDataconfigAction.index()
    Show the index page.
    org.lastaflute.web.response.HtmlResponse
    AdminDataconfigAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Show the list page.
    org.lastaflute.web.response.HtmlResponse
    AdminDataconfigAction.reset(SearchForm form)
    Reset the search form.
    org.lastaflute.web.response.HtmlResponse
    AdminDataconfigAction.search(SearchForm form)
    Search for data configs.
    org.lastaflute.web.response.HtmlResponse
    AdminDataconfigAction.update(EditForm form)
    Update a data config.
  • Uses of Secured in org.codelibs.fess.app.web.admin.design

    Methods in org.codelibs.fess.app.web.admin.design with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminDesignAction.back()
    Go back to the index page.
    org.lastaflute.web.response.HtmlResponse
    AdminDesignAction.delete(FileAccessForm form)
    Delete a design file.
    org.lastaflute.web.response.StreamResponse
    AdminDesignAction.download(FileAccessForm form)
    Download a design file.
    org.lastaflute.web.response.HtmlResponse
    AdminDesignAction.edit(EditForm form)
    Show the edit page.
    org.lastaflute.web.response.HtmlResponse
    AdminDesignAction.editAsUseDefault(EditForm form)
    Show the edit page with the default content.
    org.lastaflute.web.response.HtmlResponse
    AdminDesignAction.index()
    Show the index page.
    org.lastaflute.web.response.HtmlResponse
    AdminDesignAction.update(EditForm form)
    Update a design file.
    org.lastaflute.web.response.HtmlResponse
    AdminDesignAction.upload(UploadForm form)
    Upload a design file.
  • Uses of Secured in org.codelibs.fess.app.web.admin.dict

    Methods in org.codelibs.fess.app.web.admin.dict with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminDictAction.index()
    Show the index page.
  • Uses of Secured in org.codelibs.fess.app.web.admin.dict.kuromoji

    Methods in org.codelibs.fess.app.web.admin.dict.kuromoji with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.create(CreateForm form)
    Create a new kuromoji item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.createnew(String dictId)
    Show the create new page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.delete(EditForm form)
    Delete a kuromoji item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.details(String dictId, int crudMode, long id)
    Show the details page.
    org.lastaflute.web.response.ActionResponse
    AdminDictKuromojiAction.download(DownloadForm form)
    Download a kuromoji dictionary file.
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.downloadpage(String dictId)
    Show the download page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.edit(EditForm form)
    Show the edit page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.index(SearchForm form)
    Show the index page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Show the list page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.reset(SearchForm form)
    Reset the search form.
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.search(SearchForm form)
    Search for kuromoji items.
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.update(EditForm form)
    Update a kuromoji item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.upload(UploadForm form)
    Upload a kuromoji dictionary file.
    org.lastaflute.web.response.HtmlResponse
    AdminDictKuromojiAction.uploadpage(String dictId)
    Show the upload page.
  • Uses of Secured in org.codelibs.fess.app.web.admin.dict.mapping

    Methods in org.codelibs.fess.app.web.admin.dict.mapping with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.create(CreateForm form)
    Create a new char mapping item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.createnew(String dictId)
    Show the create new page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.delete(EditForm form)
    Delete a char mapping item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.details(String dictId, int crudMode, long id)
    Show the details page.
    org.lastaflute.web.response.ActionResponse
    AdminDictMappingAction.download(DownloadForm form)
    Download a char mapping file.
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.downloadpage(String dictId)
    Show the download page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.edit(EditForm form)
    Show the edit page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.index(SearchForm form)
    Show the index page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Show the list page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.reset(SearchForm form)
    Reset the search form.
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.search(SearchForm form)
    Search for char mapping items.
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.update(EditForm form)
    Update a char mapping item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.upload(UploadForm form)
    Upload a char mapping file.
    org.lastaflute.web.response.HtmlResponse
    AdminDictMappingAction.uploadpage(String dictId)
    Show the upload page.
  • Uses of Secured in org.codelibs.fess.app.web.admin.dict.protwords

    Methods in org.codelibs.fess.app.web.admin.dict.protwords with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.create(CreateForm form)
    Create a protected word item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.createnew(String dictId)
    Show the create new page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.delete(EditForm form)
    Delete a protected word item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.details(String dictId, int crudMode, long id)
    Show the details page.
    org.lastaflute.web.response.ActionResponse
    AdminDictProtwordsAction.download(DownloadForm form)
    Download the protected words.
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.downloadpage(String dictId)
    Show the download page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.edit(EditForm form)
    Show the edit page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.index(SearchForm form)
    Show the index page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Show the list page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.reset(SearchForm form)
    Reset the search form.
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.search(SearchForm form)
    Search the protected words.
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.update(EditForm form)
    Update a protected word item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.upload(UploadForm form)
    Upload the protected words.
    org.lastaflute.web.response.HtmlResponse
    AdminDictProtwordsAction.uploadpage(String dictId)
    Show the upload page.
  • Uses of Secured in org.codelibs.fess.app.web.admin.dict.stemmeroverride

    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.create(CreateForm form)
    Create a stemmer override item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.createnew(String dictId)
    Show the create new page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.delete(EditForm form)
    Delete a stemmer override item from the dictionary.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.details(String dictId, int crudMode, long id)
    Display detailed view of a specific stemmer override item.
    org.lastaflute.web.response.ActionResponse
    AdminDictStemmeroverrideAction.download(DownloadForm form)
    Download the stemmer override dictionary file.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.downloadpage(String dictId)
    Display the download page for stemmer override dictionary file.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.edit(EditForm form)
    Display the edit form for an existing stemmer override item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.index(SearchForm form)
    Display the main index page for stemmer override dictionary management.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Display a paginated list of stemmer override items.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.reset(SearchForm form)
    Reset the search criteria and pager to default state.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.search(SearchForm form)
    Perform a search operation for stemmer override items.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.update(EditForm form)
    Update an existing stemmer override item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.upload(UploadForm form)
    Upload a new stemmer override dictionary file.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStemmeroverrideAction.uploadpage(String dictId)
    Display the upload page for stemmer override dictionary file.
  • Uses of Secured in org.codelibs.fess.app.web.admin.dict.stopwords

    Methods in org.codelibs.fess.app.web.admin.dict.stopwords with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.create(CreateForm form)
    Create a new stopwords entry.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.createnew(String dictId)
    Display the form for creating a new stopwords entry.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.delete(EditForm form)
    Delete a stopwords entry.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.details(String dictId, int crudMode, long id)
    Display details of a specific stopwords entry.
    org.lastaflute.web.response.ActionResponse
    AdminDictStopwordsAction.download(DownloadForm form)
    Download the stopwords file.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.downloadpage(String dictId)
    Display the download page for stopwords file.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.edit(EditForm form)
    Display the edit form for an existing stopwords entry.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.index(SearchForm form)
    Display the stopwords index page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Display the stopwords list with pagination.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.reset(SearchForm form)
    Reset search criteria and return to default view.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.search(SearchForm form)
    Perform search for stopwords.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.update(EditForm form)
    Update an existing stopwords entry.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.upload(UploadForm form)
    Upload a stopwords file.
    org.lastaflute.web.response.HtmlResponse
    AdminDictStopwordsAction.uploadpage(String dictId)
    Display the upload page for stopwords file.
  • Uses of Secured in org.codelibs.fess.app.web.admin.dict.synonym

    Methods in org.codelibs.fess.app.web.admin.dict.synonym with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.create(CreateForm form)
    Creates a new synonym item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.createnew(String dictId)
    Displays the form for creating a new synonym item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.delete(EditForm form)
    Deletes an existing synonym item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.details(String dictId, int crudMode, long id)
    Displays the details view for a specific synonym item.
    org.lastaflute.web.response.ActionResponse
    AdminDictSynonymAction.download(DownloadForm form)
    Downloads the synonym dictionary file.
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.downloadpage(String dictId)
    Displays the download page for synonym dictionary files.
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.edit(EditForm form)
    Displays the form for editing an existing synonym item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.index(SearchForm form)
    Displays the main synonym dictionary index page.
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays a paginated list of synonym items.
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.reset(SearchForm form)
    Resets the search criteria and returns to the default view.
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.search(SearchForm form)
    Performs a search for synonym items based on the provided criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.update(EditForm form)
    Updates an existing synonym item.
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.upload(UploadForm form)
    Handles the upload of synonym dictionary files.
    org.lastaflute.web.response.HtmlResponse
    AdminDictSynonymAction.uploadpage(String dictId)
    Displays the upload page for synonym dictionary files.
  • Uses of Secured in org.codelibs.fess.app.web.admin.duplicatehost

    Methods in org.codelibs.fess.app.web.admin.duplicatehost with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminDuplicatehostAction.create(CreateForm form)
    Creates a new duplicate host configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminDuplicatehostAction.createnew()
    Displays the form for creating a new duplicate host configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminDuplicatehostAction.delete(EditForm form)
    Deletes a duplicate host configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminDuplicatehostAction.details(int crudMode, String id)
    Displays the details of a duplicate host configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminDuplicatehostAction.edit(EditForm form)
    Displays the form for editing an existing duplicate host configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminDuplicatehostAction.index(SearchForm form)
    Displays the initial duplicate host management page.
    org.lastaflute.web.response.HtmlResponse
    AdminDuplicatehostAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays the duplicate host list with pagination.
    org.lastaflute.web.response.HtmlResponse
    AdminDuplicatehostAction.reset(SearchForm form)
    Resets the search criteria and pager state.
    org.lastaflute.web.response.HtmlResponse
    AdminDuplicatehostAction.search(SearchForm form)
    Performs search for duplicate hosts based on form criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminDuplicatehostAction.update(EditForm form)
    Updates an existing duplicate host configuration.
  • Uses of Secured in org.codelibs.fess.app.web.admin.elevateword

    Methods in org.codelibs.fess.app.web.admin.elevateword with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.create(CreateForm form)
    Creates a new elevate word entry.
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.createnew()
    Shows the form for creating a new elevate word.
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.delete(EditForm form)
    Deletes an existing elevate word entry.
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.details(int crudMode, String id)
    Shows detailed information for a specific elevate word.
    org.lastaflute.web.response.ActionResponse
    AdminElevatewordAction.download(DownloadForm form)
    Downloads elevate words data as a CSV file.
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.downloadpage()
    Shows the download page for exporting elevate words.
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.edit(EditForm form)
    Shows the form for editing an existing elevate word.
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.index()
    Shows the main elevate word management page.
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Lists elevate words with pagination support.
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.reset(SearchForm form)
    Resets the search criteria and shows all elevate words.
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.search(SearchForm form)
    Searches elevate words based on form criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.update(EditForm form)
    Updates an existing elevate word entry.
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.upload(UploadForm form)
    Uploads and imports elevate words from a CSV file.
    org.lastaflute.web.response.HtmlResponse
    AdminElevatewordAction.uploadpage()
    Shows the upload page for importing elevate words.
  • Uses of Secured in org.codelibs.fess.app.web.admin.failureurl

    Methods in org.codelibs.fess.app.web.admin.failureurl with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminFailureurlAction.back(SearchForm form)
    Returns to the failure URL list page with the current search form.
    org.lastaflute.web.response.HtmlResponse
    AdminFailureurlAction.delete(EditForm form)
    Deletes a specific failure URL record.
    org.lastaflute.web.response.HtmlResponse
    AdminFailureurlAction.deleteall()
    Deletes all failure URL records that match the current search criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminFailureurlAction.details(int crudMode, String id)
    Displays the details of a specific failure URL record.
    org.lastaflute.web.response.HtmlResponse
    AdminFailureurlAction.index()
    Displays the main failure URL management page.
    org.lastaflute.web.response.HtmlResponse
    AdminFailureurlAction.list(Integer pageNumber, SearchForm form)
    Displays the failure URL list page with pagination support.
    org.lastaflute.web.response.HtmlResponse
    AdminFailureurlAction.reset(SearchForm form)
    Resets the search criteria and pagination state.
    org.lastaflute.web.response.HtmlResponse
    AdminFailureurlAction.search(SearchForm form)
    Performs a search for failure URLs based on the provided criteria.
  • Uses of Secured in org.codelibs.fess.app.web.admin.fileauth

    Methods in org.codelibs.fess.app.web.admin.fileauth with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminFileauthAction.create(CreateForm form)
    Creates a new file authentication.
    org.lastaflute.web.response.HtmlResponse
    AdminFileauthAction.createnew()
    Displays the create new file authentication page.
    org.lastaflute.web.response.HtmlResponse
    AdminFileauthAction.delete(EditForm form)
    Deletes a file authentication.
    org.lastaflute.web.response.HtmlResponse
    AdminFileauthAction.details(int crudMode, String id)
    Displays the file authentication details page.
    org.lastaflute.web.response.HtmlResponse
    AdminFileauthAction.edit(EditForm form)
    Displays the edit file authentication page.
    org.lastaflute.web.response.HtmlResponse
    AdminFileauthAction.index()
    Displays the file authentication list page.
    org.lastaflute.web.response.HtmlResponse
    AdminFileauthAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays the file authentication list with pagination.
    org.lastaflute.web.response.HtmlResponse
    AdminFileauthAction.reset(SearchForm form)
    Resets the search criteria and displays the default list.
    org.lastaflute.web.response.HtmlResponse
    AdminFileauthAction.search(SearchForm form)
    Searches file authentications based on the form criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminFileauthAction.update(EditForm form)
    Updates an existing file authentication.
  • Uses of Secured in org.codelibs.fess.app.web.admin.fileconfig

    Methods in org.codelibs.fess.app.web.admin.fileconfig with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminFileconfigAction.create(CreateForm form)
    Creates a new file configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminFileconfigAction.createnew()
    Displays the create new file configuration page.
    org.lastaflute.web.response.HtmlResponse
    AdminFileconfigAction.delete(EditForm form)
    Deletes a file configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminFileconfigAction.details(int crudMode, String id)
    Displays the file configuration details page.
    org.lastaflute.web.response.HtmlResponse
    AdminFileconfigAction.duplicate(String id)
    Displays the form for duplicating an existing file crawler configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminFileconfigAction.edit(EditForm form)
    Displays the edit file configuration page.
    org.lastaflute.web.response.HtmlResponse
    AdminFileconfigAction.index()
    Displays the file configuration list page.
    org.lastaflute.web.response.HtmlResponse
    AdminFileconfigAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays the file configuration list with pagination.
    org.lastaflute.web.response.HtmlResponse
    AdminFileconfigAction.reset(SearchForm form)
    Resets the search criteria and displays the default list.
    org.lastaflute.web.response.HtmlResponse
    AdminFileconfigAction.search(SearchForm form)
    Searches file configurations based on the form criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminFileconfigAction.update(EditForm form)
    Updates an existing file configuration.
  • Uses of Secured in org.codelibs.fess.app.web.admin.general

    Methods in org.codelibs.fess.app.web.admin.general with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminGeneralAction.index()
    Displays the general settings index page.
    org.lastaflute.web.response.HtmlResponse
    AdminGeneralAction.sendmail(MailForm form)
    Sends a test mail using the provided notification settings.
    org.lastaflute.web.response.HtmlResponse
    AdminGeneralAction.update(EditForm form)
    Updates the general system configuration settings.
  • Uses of Secured in org.codelibs.fess.app.web.admin.group

    Methods in org.codelibs.fess.app.web.admin.group with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminGroupAction.create(CreateForm form)
    Creates a new group.
    org.lastaflute.web.response.HtmlResponse
    AdminGroupAction.createnew()
    Displays the create new group page.
    org.lastaflute.web.response.HtmlResponse
    AdminGroupAction.delete(EditForm form)
    Deletes a group.
    org.lastaflute.web.response.HtmlResponse
    AdminGroupAction.details(int crudMode, String id)
    Displays the group details page.
    org.lastaflute.web.response.HtmlResponse
    AdminGroupAction.edit(EditForm form)
    Displays the edit group page.
    org.lastaflute.web.response.HtmlResponse
    AdminGroupAction.index()
    Displays the group list page.
    org.lastaflute.web.response.HtmlResponse
    AdminGroupAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays the group list with pagination.
    org.lastaflute.web.response.HtmlResponse
    AdminGroupAction.reset(SearchForm form)
    Resets the search criteria and displays the default list.
    org.lastaflute.web.response.HtmlResponse
    AdminGroupAction.search(SearchForm form)
    Searches groups based on the form criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminGroupAction.update(EditForm form)
    Updates an existing group.
  • Uses of Secured in org.codelibs.fess.app.web.admin.joblog

    Methods in org.codelibs.fess.app.web.admin.joblog with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminJoblogAction.back(SearchForm form)
    Returns to the job log list page.
    org.lastaflute.web.response.HtmlResponse
    AdminJoblogAction.delete(EditForm form)
    Deletes a job log.
    org.lastaflute.web.response.HtmlResponse
    AdminJoblogAction.deleteall()
    Deletes all job logs.
    org.lastaflute.web.response.HtmlResponse
    AdminJoblogAction.details(int crudMode, String id)
    Displays the job log details page.
    org.lastaflute.web.response.HtmlResponse
    AdminJoblogAction.index(SearchForm form)
    Displays the job log list page.
    org.lastaflute.web.response.HtmlResponse
    AdminJoblogAction.list(Integer pageNumber, SearchForm form)
    Displays the job log list with pagination.
    org.lastaflute.web.response.HtmlResponse
    AdminJoblogAction.reset(SearchForm form)
    Resets the search criteria and displays the default list.
    org.lastaflute.web.response.HtmlResponse
    AdminJoblogAction.search(SearchForm form)
    Searches job logs based on the form criteria.
  • Uses of Secured in org.codelibs.fess.app.web.admin.keymatch

    Methods in org.codelibs.fess.app.web.admin.keymatch with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminKeymatchAction.create(CreateForm form)
    Creates a new key match.
    org.lastaflute.web.response.HtmlResponse
    AdminKeymatchAction.createnew()
    Displays the create new key match page.
    org.lastaflute.web.response.HtmlResponse
    AdminKeymatchAction.delete(EditForm form)
    Deletes a key match.
    org.lastaflute.web.response.HtmlResponse
    AdminKeymatchAction.details(int crudMode, String id)
    Displays the key match details page with boosted documents.
    org.lastaflute.web.response.HtmlResponse
    AdminKeymatchAction.edit(EditForm form)
    Displays the edit key match page.
    org.lastaflute.web.response.HtmlResponse
    AdminKeymatchAction.index(SearchForm form)
    Displays the key match list page.
    org.lastaflute.web.response.HtmlResponse
    AdminKeymatchAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays the key match list with pagination.
    org.lastaflute.web.response.HtmlResponse
    AdminKeymatchAction.reset(SearchForm form)
    Resets the search criteria and displays the default list.
    org.lastaflute.web.response.HtmlResponse
    AdminKeymatchAction.search(SearchForm form)
    Searches key matches based on the form criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminKeymatchAction.update(EditForm form)
    Updates an existing key match.
  • Uses of Secured in org.codelibs.fess.app.web.admin.labeltype

    Methods in org.codelibs.fess.app.web.admin.labeltype with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminLabeltypeAction.create(CreateForm form)
    Creates a new label type.
    org.lastaflute.web.response.HtmlResponse
    AdminLabeltypeAction.createnew()
    Displays the create new label type page.
    org.lastaflute.web.response.HtmlResponse
    AdminLabeltypeAction.delete(EditForm form)
    Deletes a label type.
    org.lastaflute.web.response.HtmlResponse
    AdminLabeltypeAction.details(int crudMode, String id)
    Displays the label type details page.
    org.lastaflute.web.response.HtmlResponse
    AdminLabeltypeAction.edit(EditForm form)
    Displays the edit label type page.
    org.lastaflute.web.response.HtmlResponse
    AdminLabeltypeAction.index(SearchForm form)
    Displays the label type list page.
    org.lastaflute.web.response.HtmlResponse
    AdminLabeltypeAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays the label type list with pagination.
    org.lastaflute.web.response.HtmlResponse
    AdminLabeltypeAction.reset(SearchForm form)
    Resets the search criteria and displays the default list.
    org.lastaflute.web.response.HtmlResponse
    AdminLabeltypeAction.search(SearchForm form)
    Searches label types based on the form criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminLabeltypeAction.update(EditForm form)
    Updates an existing label type.
  • Uses of Secured in org.codelibs.fess.app.web.admin.log

    Methods in org.codelibs.fess.app.web.admin.log with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.ActionResponse
    AdminLogAction.download(String id)
    Downloads a log file by its encoded ID.
    org.lastaflute.web.response.HtmlResponse
    AdminLogAction.index()
    Displays the log management index page.
  • Uses of Secured in org.codelibs.fess.app.web.admin.maintenance

    Methods in org.codelibs.fess.app.web.admin.maintenance with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminMaintenanceAction.clearCrawlerIndex(ActionForm form)
    Clears all crawler indices including queue, data, and filter indices.
    org.lastaflute.web.response.ActionResponse
    AdminMaintenanceAction.downloadLogs(ActionForm form)
    Downloads diagnostic logs and system information as a ZIP file.
    org.lastaflute.web.response.HtmlResponse
    AdminMaintenanceAction.index()
    Displays the main maintenance page.
    org.lastaflute.web.response.HtmlResponse
    AdminMaintenanceAction.reindexConfigIndices(ActionForm form)
    Rebuilds selected configuration indices with the latest mappings.
    org.lastaflute.web.response.HtmlResponse
    AdminMaintenanceAction.reindexOnly(ActionForm form)
    Starts a reindex operation based on the provided form parameters.
    org.lastaflute.web.response.HtmlResponse
    AdminMaintenanceAction.reloadDocIndex(ActionForm form)
    Reloads the document index by closing and reopening it.
  • Uses of Secured in org.codelibs.fess.app.web.admin.pathmap

    Methods in org.codelibs.fess.app.web.admin.pathmap with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminPathmapAction.create(CreateForm form)
    Creates a new path mapping based on the provided form data.
    org.lastaflute.web.response.HtmlResponse
    AdminPathmapAction.createnew()
    Displays the form for creating a new path mapping.
    org.lastaflute.web.response.HtmlResponse
    AdminPathmapAction.delete(EditForm form)
    Deletes a path mapping based on the provided form data.
    org.lastaflute.web.response.HtmlResponse
    AdminPathmapAction.details(int crudMode, String id)
    Displays the details of a specific path mapping.
    org.lastaflute.web.response.HtmlResponse
    AdminPathmapAction.edit(EditForm form)
    Displays the form for editing an existing path mapping.
    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.
    org.lastaflute.web.response.HtmlResponse
    AdminPathmapAction.update(EditForm form)
    Updates an existing path mapping with the provided form data.
  • Uses of Secured in org.codelibs.fess.app.web.admin.plugin

    Methods in org.codelibs.fess.app.web.admin.plugin with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminPluginAction.delete(DeleteForm form)
    Deletes the specified plugin.
    org.lastaflute.web.response.HtmlResponse
    AdminPluginAction.index()
    Displays the plugin management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminPluginAction.install(InstallForm form)
    Installs a plugin from either an uploaded JAR file or from the available artifacts.
    org.lastaflute.web.response.HtmlResponse
    AdminPluginAction.installplugin()
    Displays the plugin installation page with available plugins.
  • Uses of Secured in org.codelibs.fess.app.web.admin.relatedcontent

    Methods in org.codelibs.fess.app.web.admin.relatedcontent with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedcontentAction.create(CreateForm form)
    Creates a new related content item.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedcontentAction.createnew()
    Displays the form for creating a new related content item.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedcontentAction.delete(EditForm form)
    Deletes a related content item.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedcontentAction.details(int crudMode, String id)
    Displays the details of a related content item.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedcontentAction.edit(EditForm form)
    Displays the form for editing an existing related content item.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedcontentAction.index()
    Displays the related content management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedcontentAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays a paginated list of related content items.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedcontentAction.reset(SearchForm form)
    Resets the search criteria and displays all related content items.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedcontentAction.search(SearchForm form)
    Searches for related content items based on the provided search criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedcontentAction.update(EditForm form)
    Updates an existing related content item.
  • Uses of Secured in org.codelibs.fess.app.web.admin.relatedquery

    Methods in org.codelibs.fess.app.web.admin.relatedquery with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedqueryAction.create(CreateForm form)
    Creates a new related query item.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedqueryAction.createnew()
    Displays the form for creating a new related query item.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedqueryAction.delete(EditForm form)
    Deletes a related query item.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedqueryAction.details(int crudMode, String id)
    Displays the details of a related query item.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedqueryAction.edit(EditForm form)
    Displays the form for editing an existing related query item.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedqueryAction.index()
    Displays the related query management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedqueryAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays a paginated list of related query items.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedqueryAction.reset(SearchForm form)
    Resets the search criteria and displays all related query items.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedqueryAction.search(SearchForm form)
    Searches for related query items based on the provided search criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminRelatedqueryAction.update(EditForm form)
    Updates an existing related query item.
  • Uses of Secured in org.codelibs.fess.app.web.admin.reqheader

    Methods in org.codelibs.fess.app.web.admin.reqheader with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminReqheaderAction.create(CreateForm form)
    Creates a new request header item.
    org.lastaflute.web.response.HtmlResponse
    AdminReqheaderAction.createnew()
    Displays the form for creating a new request header item.
    org.lastaflute.web.response.HtmlResponse
    AdminReqheaderAction.delete(EditForm form)
    Deletes a request header item.
    org.lastaflute.web.response.HtmlResponse
    AdminReqheaderAction.details(int crudMode, String id)
    Displays the details of a request header item.
    org.lastaflute.web.response.HtmlResponse
    AdminReqheaderAction.edit(EditForm form)
    Displays the form for editing an existing request header item.
    org.lastaflute.web.response.HtmlResponse
    AdminReqheaderAction.index(SearchForm form)
    Displays the request header management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminReqheaderAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays a paginated list of request header items.
    org.lastaflute.web.response.HtmlResponse
    AdminReqheaderAction.reset(SearchForm form)
    Resets the search criteria and displays all request header items.
    org.lastaflute.web.response.HtmlResponse
    AdminReqheaderAction.search(SearchForm form)
    Searches for request header items based on the provided search criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminReqheaderAction.update(EditForm form)
    Updates an existing request header item.
  • Uses of Secured in org.codelibs.fess.app.web.admin.role

    Methods in org.codelibs.fess.app.web.admin.role with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminRoleAction.create(CreateForm form)
    Creates a new role item.
    org.lastaflute.web.response.HtmlResponse
    AdminRoleAction.createnew()
    Displays the form for creating a new role item.
    org.lastaflute.web.response.HtmlResponse
    AdminRoleAction.delete(EditForm form)
    Deletes a role item.
    org.lastaflute.web.response.HtmlResponse
    AdminRoleAction.details(int crudMode, String id)
    Displays the details of a role item.
    org.lastaflute.web.response.HtmlResponse
    AdminRoleAction.index(SearchForm form)
    Displays the role management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminRoleAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays a paginated list of role items.
    org.lastaflute.web.response.HtmlResponse
    AdminRoleAction.reset(SearchForm form)
    Resets the search criteria and displays all role items.
    org.lastaflute.web.response.HtmlResponse
    AdminRoleAction.search(SearchForm form)
    Searches for role items based on the provided search criteria.
  • Uses of Secured in org.codelibs.fess.app.web.admin.scheduler

    Methods in org.codelibs.fess.app.web.admin.scheduler with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.create(CreateForm form)
    Creates a new scheduled job.
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.createnew()
    Displays the form for creating a new scheduled job.
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.createnewjob(String type, String id, String name)
    Creates a new scheduled job from a crawler configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.delete(EditForm form)
    Deletes a scheduled job.
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.details(int crudMode, String id)
    Displays the details of a scheduled job.
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.edit(EditForm form)
    Displays the form for editing an existing scheduled job.
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.index(SearchForm form)
    Displays the scheduler management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays a paginated list of scheduled jobs.
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.reset(SearchForm form)
    Resets the search criteria and displays all scheduled jobs.
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.search(SearchForm form)
    Searches for scheduled jobs based on the provided search criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.start(EditForm form)
    Starts a scheduled job.
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.stop(EditForm form)
    Stops a running scheduled job.
    org.lastaflute.web.response.HtmlResponse
    AdminSchedulerAction.update(EditForm form)
    Updates an existing scheduled job.
  • Uses of Secured in org.codelibs.fess.app.web.admin.searchlist

    Methods in org.codelibs.fess.app.web.admin.searchlist with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlistAction.create(CreateForm form)
    Creates a new document in the search index.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlistAction.createnew(CreateForm form)
    Displays the form for creating a new document.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlistAction.delete(DeleteForm form)
    Deletes a single document from the search index.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlistAction.deleteall(ListForm form)
    Deletes all documents matching the current search query.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlistAction.edit(EditForm form)
    Displays the form for editing an existing document.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlistAction.index(ListForm form)
    Displays the search list management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlistAction.move(ListForm form)
    Navigates to a specific page of search results.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlistAction.next(ListForm form)
    Navigates to the next page of search results.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlistAction.prev(ListForm form)
    Navigates to the previous page of search results.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlistAction.search(ListForm form)
    Executes a search based on the provided search criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlistAction.update(EditForm form)
    Updates an existing document in the search index.
  • Uses of Secured in org.codelibs.fess.app.web.admin.searchlog

    Methods in org.codelibs.fess.app.web.admin.searchlog with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlogAction.back(SearchForm form)
    Returns to the search log list from a detail view.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlogAction.delete(EditForm form)
    Deletes a specific search log entry.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlogAction.deleteall()
    Deletes all search log entries.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlogAction.details(int crudMode, String logType, String id)
    Displays the details of a specific search log entry.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlogAction.index()
    Displays the search log management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlogAction.list(Integer pageNumber, SearchForm form)
    Displays a paginated list of search log entries.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlogAction.reset(SearchForm form)
    Resets the search criteria and displays all search log entries.
    org.lastaflute.web.response.HtmlResponse
    AdminSearchlogAction.search(SearchForm form)
    Searches for search log entries based on the provided search criteria.
  • Uses of Secured in org.codelibs.fess.app.web.admin.sereq

    Methods in org.codelibs.fess.app.web.admin.sereq with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminSereqAction.index()
    Displays the search request management index page.
    org.lastaflute.web.response.ActionResponse
    AdminSereqAction.upload(UploadForm form)
    Processes uploaded search request files and executes them against the search engine.
  • Uses of Secured in org.codelibs.fess.app.web.admin.storage

    Methods in org.codelibs.fess.app.web.admin.storage with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminStorageAction.createDir(ItemForm form)
    Creates a new directory in the storage system.
    org.lastaflute.web.response.HtmlResponse
    AdminStorageAction.delete(String id)
    Deletes a file from the storage system.
    org.lastaflute.web.response.ActionResponse
    AdminStorageAction.download(String id)
    Downloads a file from the storage system.
    org.lastaflute.web.response.HtmlResponse
    AdminStorageAction.editTags(TagForm form)
    Displays the form for editing object tags.
    org.lastaflute.web.response.HtmlResponse
    AdminStorageAction.index()
    Displays the storage management index page.
    org.lastaflute.web.response.ActionResponse
    AdminStorageAction.list(org.dbflute.optional.OptionalThing<String> id)
    Displays a list of files and directories in the specified path.
    org.lastaflute.web.response.HtmlResponse
    AdminStorageAction.updateTags(TagForm form)
    Updates the tags for a storage object.
    org.lastaflute.web.response.HtmlResponse
    AdminStorageAction.upload(ItemForm form)
    Uploads a file to the storage system.
  • Uses of Secured in org.codelibs.fess.app.web.admin.suggest

    Methods in org.codelibs.fess.app.web.admin.suggest with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminSuggestAction.deleteAllWords()
    Deletes all suggest words from the suggest index.
    org.lastaflute.web.response.HtmlResponse
    AdminSuggestAction.deleteDocumentWords()
    Deletes document-based suggest words from the suggest index.
    org.lastaflute.web.response.HtmlResponse
    AdminSuggestAction.deleteQueryWords()
    Deletes query-based suggest words from the suggest index.
    org.lastaflute.web.response.HtmlResponse
    AdminSuggestAction.index()
    Displays the suggest management index page.
  • Uses of Secured in org.codelibs.fess.app.web.admin.systeminfo

    Methods in org.codelibs.fess.app.web.admin.systeminfo with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminSysteminfoAction.index()
    Displays the system information page with environment, properties, and configuration details.
  • Uses of Secured in org.codelibs.fess.app.web.admin.theme

    Methods in org.codelibs.fess.app.web.admin.theme with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminThemeAction.delete(ThemeDeleteForm form)
    Deletes a static theme via the installer.
    org.lastaflute.web.response.HtmlResponse
    AdminThemeAction.details(ThemeDetailsForm form)
    Displays the theme details inspector for the given theme name.
    org.lastaflute.web.response.HtmlResponse
    AdminThemeAction.index(ThemeListForm form)
    Displays the theme management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminThemeAction.reload(ThemeListForm form)
    Reloads the in-memory theme registry from disk.
    org.lastaflute.web.response.HtmlResponse
    AdminThemeAction.setdefault(ThemeListForm form)
    Sets the default theme by writing it through FessProp.setDefaultTheme(String).
    org.lastaflute.web.response.HtmlResponse
    AdminThemeAction.upload(ThemeUploadForm form)
    Handles a static-theme ZIP upload.
    org.lastaflute.web.response.HtmlResponse
    AdminThemeAction.uploadpage()
    Displays the theme upload form page.
  • Uses of Secured in org.codelibs.fess.app.web.admin.user

    Methods in org.codelibs.fess.app.web.admin.user with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminUserAction.create(CreateForm form)
    Creates a new user.
    org.lastaflute.web.response.HtmlResponse
    AdminUserAction.createnew()
    Displays the form for creating a new user.
    org.lastaflute.web.response.HtmlResponse
    AdminUserAction.delete(EditForm form)
    Deletes a user.
    org.lastaflute.web.response.HtmlResponse
    AdminUserAction.details(int crudMode, String id)
    Displays the details of a user.
    org.lastaflute.web.response.HtmlResponse
    AdminUserAction.edit(EditForm form)
    Displays the form for editing an existing user.
    org.lastaflute.web.response.HtmlResponse
    AdminUserAction.index()
    Displays the user management index page.
    org.lastaflute.web.response.HtmlResponse
    AdminUserAction.list(org.dbflute.optional.OptionalThing<Integer> pageNumber, SearchForm form)
    Displays a paginated list of users.
    org.lastaflute.web.response.HtmlResponse
    AdminUserAction.reset(SearchForm form)
    Resets the search criteria and displays all users.
    org.lastaflute.web.response.HtmlResponse
    AdminUserAction.search(SearchForm form)
    Searches for users based on the provided search criteria.
    org.lastaflute.web.response.HtmlResponse
    AdminUserAction.update(EditForm form)
    Updates an existing user.
  • Uses of Secured in org.codelibs.fess.app.web.admin.webauth

    Methods in org.codelibs.fess.app.web.admin.webauth with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminWebauthAction.create(CreateForm form)
    Creates a new web authentication configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminWebauthAction.createnew()
    Displays the form for creating a new web authentication configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminWebauthAction.delete(EditForm form)
    Deletes a web authentication configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminWebauthAction.details(int crudMode, String id)
    Displays the details of a web authentication configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminWebauthAction.edit(EditForm form)
    Displays the form for editing an existing web authentication configuration.
    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.
    org.lastaflute.web.response.HtmlResponse
    AdminWebauthAction.update(EditForm form)
    Updates an existing web authentication configuration.
  • Uses of Secured in org.codelibs.fess.app.web.admin.webconfig

    Methods in org.codelibs.fess.app.web.admin.webconfig with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminWebconfigAction.create(CreateForm form)
    Creates a new web crawler configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminWebconfigAction.createnew()
    Displays the form for creating a new web crawler configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminWebconfigAction.delete(EditForm form)
    Deletes a web crawler configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminWebconfigAction.details(int crudMode, String id)
    Displays the details of a web crawler configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminWebconfigAction.duplicate(String id)
    Displays the form for duplicating an existing web crawler configuration.
    org.lastaflute.web.response.HtmlResponse
    AdminWebconfigAction.edit(EditForm form)
    Displays the form for editing an existing web crawler configuration.
    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.
    org.lastaflute.web.response.HtmlResponse
    AdminWebconfigAction.update(EditForm form)
    Updates an existing web crawler configuration.
  • Uses of Secured in org.codelibs.fess.app.web.admin.wizard

    Methods in org.codelibs.fess.app.web.admin.wizard with annotations of type Secured
    Modifier and Type
    Method
    Description
    org.lastaflute.web.response.HtmlResponse
    AdminWizardAction.crawlingConfig(CrawlingConfigForm form)
    Creates a crawling configuration and returns to the config form.
    org.lastaflute.web.response.HtmlResponse
    AdminWizardAction.crawlingConfigForm()
    Displays the crawling configuration form.
    org.lastaflute.web.response.HtmlResponse
    AdminWizardAction.crawlingConfigNext(CrawlingConfigForm form)
    Creates a crawling configuration and proceeds to the start crawling form.
    org.lastaflute.web.response.HtmlResponse
    AdminWizardAction.index()
    Displays the wizard index page.
    org.lastaflute.web.response.HtmlResponse
    AdminWizardAction.startCrawling(StartCrawlingForm form)
    Starts the crawling process for all configured crawlers.
    org.lastaflute.web.response.HtmlResponse
    AdminWizardAction.startCrawlingForm()
    Displays the start crawling form.