クラスの使用
org.springframework.web.util.UrlPathHelper
パッケージ
説明
このパッケージには、リクエストでリクエストされたメディア型を判別するために使用されるクラスが含まれています。
一般的な
CorsProcessor
戦略に基づく、CORS(クロスオリジンリソースシェアリング)のサポート。Spring MVC のアノテーションベースのセットアップ。
カスタム実装の抽象基本クラスを含む、標準の HandlerMapping 実装を提供します。
Spring に付属するサーブレット MVC フレームワークの標準コントローラー実装。
条件に基づいて受信リクエストを照合するための一般的な MVC ロジック。
org.springframework.web.method
パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。org.springframework.web.method.annotation
パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。 静的リソースを提供するためのサポートクラス。
Spring の Web MVC フレームワークのサポートクラス。
構成クラスでのアノテーションベースの WebSocket セットアップのサポート。
HTML エスケープや Cookie 処理などのその他の Web ユーティリティクラス。
org.springframework.web.accept 内の UrlPathHelper 使用
修飾子と型メソッド説明void
PathExtensionContentNegotiationStrategy.setUrlPathHelper
(UrlPathHelper urlPathHelper) 使用すべきではありません。ターゲットリクエスト URL パスのルックアップパスを導出するために、PathExtensionContentNegotiationStrategy.getMediaTypeKey(org.springframework.web.context.request.NativeWebRequest)
で使用するUrlPathHelper
を構成します。org.springframework.web.cors 内の UrlPathHelper 使用
修飾子と型メソッド説明void
UrlBasedCorsConfigurationSource.setUrlPathHelper
(UrlPathHelper urlPathHelper) lookupPath を解決するためにUrlPathHelper
を設定します。org.springframework.web.servlet.config.annotation 内の UrlPathHelper 使用
修飾子と型メソッド説明PathMatchConfigurer.getUrlPathHelper()
protected UrlPathHelper
PathMatchConfigurer.getUrlPathHelperOrDefault()
それ以外の場合は、構成済みの UrlPathHelper またはデフォルトの共有インスタンスを返します。WebMvcConfigurationSupport.mvcUrlPathHelper()
アプリケーションのリクエストマッピングパスを解決するために使用されるグローバルUrlPathHelper
インスタンスを返します。修飾子と型メソッド説明PathMatchConfigurer.setUrlPathHelper
(UrlPathHelper urlPathHelper) アプリケーションのマッピングパスを解決するために使用する UrlPathHelper を設定します。修飾子コンストラクター説明ResourceHandlerRegistry
(ApplicationContext applicationContext, ServletContextEE servletContext, ContentNegotiationManager contentNegotiationManager, UrlPathHelper pathHelper) 静的リソースへのリクエストのマッピングに使用されるUrlPathHelper
も受け入れるResourceHandlerRegistry(ApplicationContext, ServletContext, ContentNegotiationManager)
のバリアント。org.springframework.web.servlet.handler 内の UrlPathHelper 使用
修飾子と型メソッド説明void
AbstractHandlerMapping.setUrlPathHelper
(UrlPathHelper urlPathHelper) ルックアップパスの解決に使用するように UrlPathHelper を構成します。org.springframework.web.servlet.mvc 内の UrlPathHelper 使用
修飾子と型メソッド説明protected UrlPathHelper
AbstractUrlViewController.getUrlPathHelper()
ルックアップパスの解決に使用する UrlPathHelper を返します。修飾子と型メソッド説明void
AbstractUrlViewController.setUrlPathHelper
(UrlPathHelper urlPathHelper) ルックアップパスの解決に使用する UrlPathHelper を設定します。void
WebContentInterceptor.setUrlPathHelper
(UrlPathHelper urlPathHelper) 使用すべきではありません。org.springframework.web.servlet.mvc.condition 内の UrlPathHelper 使用
修飾子コンストラクター説明PatternsRequestCondition
(StringSE[] patterns, UrlPathHelper urlPathHelper, PathMatcher pathMatcher, boolean useTrailingSlashMatch) 使用すべきではありません。PatternsRequestCondition
(StringSE[] patterns, UrlPathHelper urlPathHelper, PathMatcher pathMatcher, boolean useSuffixPatternMatch, boolean useTrailingSlashMatch) 使用すべきではありません。5.2.4 現在。PatternsRequestCondition
(StringSE[] patterns, UrlPathHelper urlPathHelper, PathMatcher pathMatcher, boolean useSuffixPatternMatch, boolean useTrailingSlashMatch, ListSE<StringSE> fileExtensions) 使用すべきではありません。5.2.4 現在。org.springframework.web.servlet.mvc.method 内の UrlPathHelper 使用
修飾子と型メソッド説明RequestMappingInfo.BuilderConfiguration.getUrlPathHelper()
使用すべきではありません。5.3 以降、パスは外部で解決され、ServletRequestPathUtils.getCachedPathValue(ServletRequest)
で取得されます。このメソッドは常にdefaultInstance
を返します。修飾子と型メソッド説明void
RequestMappingInfo.BuilderConfiguration.setUrlPathHelper
(UrlPathHelper urlPathHelper) 使用すべきではありません。5.3 以降、パスは外部で解決され、ServletRequestPathUtils.getCachedPathValue(ServletRequest)
で取得されますorg.springframework.web.servlet.mvc.method.annotation 内の UrlPathHelper 使用
修飾子と型メソッド説明void
ServletCookieValueMethodArgumentResolver.setUrlPathHelper
(UrlPathHelper urlPathHelper) decodeRequestString(HttpServletRequest, String)
経由で Cookie 値をデコードするために使用するUrlPathHelper
を設定します。org.springframework.web.servlet.resource 内の UrlPathHelper 使用
修飾子と型メソッド説明PathResourceResolver.getUrlPathHelper()
構成されたUrlPathHelper
。ResourceHttpRequestHandler.getUrlPathHelper()
構成されたUrlPathHelper
。ResourceUrlProvider.getUrlPathHelper()
設定されたUrlPathHelper
を返します。修飾子と型メソッド説明void
PathResourceResolver.setUrlPathHelper
(UrlPathHelper urlPathHelper) リクエストを静的リソースにマップするために使用されるUrlPathHelper
への参照を提供します。void
ResourceHttpRequestHandler.setUrlPathHelper
(UrlPathHelper urlPathHelper) リクエストを静的リソースにマップするために使用されるUrlPathHelper
への参照を提供します。void
ResourceUrlProvider.setUrlPathHelper
(UrlPathHelper urlPathHelper) ターゲットリクエスト URL パスのルックアップパスを導出するために、ResourceUrlProvider.getForRequestUrl(jakarta.servlet.http.HttpServletRequest, String)
で使用するUrlPathHelper
を構成します。org.springframework.web.servlet.support 内の UrlPathHelper 使用
修飾子と型メソッド説明AbstractFlashMapManager.getUrlPathHelper()
使用する UrlPathHelper 実装を返します。RequestContext.getUrlPathHelper()
コンテキストパスに使用される UrlPathHelper を返し、URI のデコードをリクエストします。修飾子と型メソッド説明void
AbstractFlashMapManager.setUrlPathHelper
(UrlPathHelper urlPathHelper) FlashMap インスタンスをリクエストに一致させるために使用する UrlPathHelper を設定します。void
RequestContext.setUrlPathHelper
(UrlPathHelper urlPathHelper) コンテキストパスとリクエスト URI のデコードに使用する UrlPathHelper を設定します。org.springframework.web.socket.config.annotation 内の UrlPathHelper 使用
修飾子と型メソッド説明ServletWebSocketHandlerRegistry.getUrlPathHelper()
protected UrlPathHelper
WebMvcStompEndpointRegistry.getUrlPathHelper()
修飾子と型メソッド説明void
ServletWebSocketHandlerRegistry.setUrlPathHelper
(UrlPathHelper urlPathHelper) ハンドシェイクリクエストのマップに使用されるSimpleUrlHandlerMapping
で構成する UrlPathHelper を設定します。void
StompEndpointRegistry.setUrlPathHelper
(UrlPathHelper urlPathHelper) STOMP エンドポイントHandlerMapping
のカスタマイズされたUrlPathHelper
を構成します。void
WebMvcStompEndpointRegistry.setUrlPathHelper
(UrlPathHelper urlPathHelper) ハンドシェイクリクエストのマップに使用されるHandlerMapping
で構成する UrlPathHelper を設定します。org.springframework.web.util 内の UrlPathHelper 使用
修飾子と型フィールド説明static final UrlPathHelper
UrlPathHelper.defaultInstance
デフォルトの共有読み取り専用インスタンス。static final UrlPathHelper
UrlPathHelper.rawPathInstance
エンコードされた完全なパスの共有された読み取り専用インスタンス。
ServletRequestPathUtils.getCachedPathValue(ServletRequest)
で取得されます