- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for get$download (0.04 sec)
-
src/main/java/org/codelibs/fess/app/web/api/admin/badword/ApiAdminBadwordAction.java
* @return stream response containing the CSV file data */ // GET /api/admin/badword/download @Execute public StreamResponse get$download(final DownloadBody body) { validateApi(body, messages -> {}); return asStream("badword.csv").contentTypeOctetStream().stream(out -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 10.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/stemmeroverride/ApiAdminDictStemmeroverrideAction.java
* @return stream response containing the dictionary file data */ // GET /api/admin/dict/stemmerOverride/download/{dictId} @Execute public StreamResponse get$download(final String dictId, final DownloadBody body) { body.dictId = dictId; validateApi(body, messages -> {}); return stemmerOverrideService.getStemmerOverrideFile(body.dictId)
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 9.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/elevateword/ApiAdminElevatewordAction.java
* * @param body download parameters * @return stream response containing the CSV file */ @Execute public StreamResponse get$download(final DownloadBody body) { validateApi(body, messages -> {}); return asStream("elevate.csv").contentTypeOctetStream().stream(out -> {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 12.8K bytes - Viewed (0)