- Sort Score
- Num 10 results
- Language All
Results 211 - 220 of 283 for redirects (0.07 seconds)
-
docs/ru/docs/advanced/custom-response.md
Это идеальный способ получить наилучшую производительность. /// ### `RedirectResponse` { #redirectresponse } Возвращает HTTP-редирект. По умолчанию использует статус-код 307 (Temporary Redirect — временное перенаправление). Вы можете вернуть `RedirectResponse` напрямую: {* ../../docs_src/custom_response/tutorial006_py310.py hl[2,9] *} ---Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:56:20 GMT 2026 - 17.6K bytes - Click Count (0) -
docs/uk/docs/advanced/custom-response.md
Це ідеальний спосіб отримати найкращу продуктивність. /// ### `RedirectResponse` { #redirectresponse } Повертає HTTP-перенаправлення. Типово використовує код статусу 307 (Temporary Redirect). Ви можете повернути `RedirectResponse` безпосередньо: {* ../../docs_src/custom_response/tutorial006_py310.py hl[2,9] *} --- Або ви можете використати його в параметрі `response_class`:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:27:41 GMT 2026 - 17K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/dict/protwords/AdminDictProtwordsAction.java
/** * Get the HTML response for the dictionary index page. * @return The HTML response. */ protected HtmlResponse asDictIndexHtml() { return redirect(AdminDictAction.class); } private HtmlResponse asListHtml(final String dictId) { return asHtml(path_AdminDictProtwords_AdminDictProtwordsJsp).renderWith(data -> {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 20.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/AdminAction.java
AdminMaintenanceAction.ROLE + VIEW, // AdminSereqAction.ROLE, // AdminSereqAction.ROLE + VIEW,// }) public HtmlResponse index() { return redirect(getUserBean().map(user -> { final Class<? extends FessAdminAction> actionClass = getAdminActionClass(user); if (actionClass != null) { return actionClass; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 19K bytes - Click Count (0) -
docs/fr/docs/advanced/custom-response.md
C'est la manière idéale d'obtenir la meilleure performance. /// ### `RedirectResponse` { #redirectresponse } Renvoie une redirection HTTP. Utilise par défaut un code d'état 307 (Temporary Redirect). Vous pouvez renvoyer directement une `RedirectResponse` : {* ../../docs_src/custom_response/tutorial006_py310.py hl[2,9] *} --- Ou vous pouvez l'utiliser dans le paramètre `response_class` :Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 18:37:13 GMT 2026 - 12.3K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerThread.java
} else { log(logHelper, LogType.REDIRECT_LOCATION, crawlerContext, urlQueue, responseData); // redirect storeChildUrl(responseData.getRedirectLocation(), urlQueue.getUrl(), urlQueue.getWeight(), urlQueue.getDepth() == null ? 1 : urlQueue.getDepth() + 1);Created: Sun Apr 12 03:50:13 GMT 2026 - Last Modified: Wed Dec 31 09:07:38 GMT 2025 - 20.3K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/sso/entraid/EntraIdAuthenticator.java
}).orElse(null); } /** * Generates the Entra ID authorization URL for the authentication request. * @param request The HTTP servlet request. * @return The authorization URL to redirect the user to. */ protected String getAuthUrl(final HttpServletRequest request) { final String state = UuidUtil.create(); final String nonce = UuidUtil.create();
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 08:03:27 GMT 2026 - 56.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
} }).orElse(() -> { throwValidationError(messages -> messages.addErrorsCrudFailedToCreateInstance(GLOBAL), this::asEditHtml); }); return redirect(getClass()); } /** * Updates an existing document in the search index. * * @param form the edit form containing updated document dataCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 06:38:39 GMT 2026 - 25.5K bytes - Click Count (1) -
src/main/java/org/codelibs/fess/app/web/admin/dict/kuromoji/AdminDictKuromojiAction.java
/** * Get the HTML response for the dictionary index page. * @return The HTML response. */ protected HtmlResponse asDictIndexHtml() { return redirect(AdminDictAction.class); } private HtmlResponse asListHtml(final String dictId) { return asHtml(path_AdminDictKuromoji_AdminDictKuromojiJsp).renderWith(data -> {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 21.5K bytes - Click Count (0) -
docs/ja/docs/advanced/custom-response.md
これが最適なパフォーマンスを得る理想的な方法です。 /// ### `RedirectResponse` { #redirectresponse } HTTPリダイレクトを返します。デフォルトでは307ステータスコード(Temporary Redirect)を使用します。 `RedirectResponse` を直接返せます: {* ../../docs_src/custom_response/tutorial006_py310.py hl[2,9] *} --- または、`response_class` パラメータで使用できます:Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Fri Mar 20 14:07:17 GMT 2026 - 13.5K bytes - Click Count (0)