| パッケージ | 説明 |
|---|---|
| org.springframework.web.accept | このパッケージには、リクエストでリクエストされたメディア型を判別するために使用されるクラスが含まれています。 |
| org.springframework.web.cors | 一般的な CorsProcessor 戦略に基づく、CORS(クロスオリジンリソースシェアリング)のサポート。 |
| org.springframework.web.servlet.config.annotation | Spring MVC のアノテーションベースのセットアップ。 |
| org.springframework.web.servlet.handler | カスタム実装の抽象基本クラスを含む、標準の HandlerMapping 実装を提供します。 |
| org.springframework.web.servlet.mvc | Spring に付属するサーブレット MVC フレームワークの標準コントローラー実装。 |
| org.springframework.web.servlet.mvc.condition | 条件に基づいて受信リクエストを照合するための一般的な MVC ロジック。 |
| org.springframework.web.servlet.mvc.method | org.springframework.web.method パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。 |
| org.springframework.web.servlet.mvc.method.annotation | org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。 |
| org.springframework.web.servlet.resource | 静的リソースを提供するためのサポートクラス。 |
| org.springframework.web.servlet.support | Spring の Web MVC フレームワークのサポートクラス。 |
| org.springframework.web.servlet.view | カスタム実装の抽象基本クラスを含む、標準の View および ViewResolver 実装を提供します。 |
| org.springframework.web.socket.config.annotation | 構成クラスでのアノテーションベースの WebSocket セットアップのサポート。 |
| org.springframework.web.util | HTML エスケープ、Log4j 初期化、Cookie 処理などのさまざまな Web ユーティリティクラス。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | PathExtensionContentNegotiationStrategy.setUrlPathHelper(UrlPathHelper urlPathHelper) 使用すべきではありません。 ターゲットリクエスト URL パスのルックアップパスを導出するために、 PathExtensionContentNegotiationStrategy.getMediaTypeKey(org.springframework.web.context.request.NativeWebRequest) で使用する UrlPathHelper を構成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | UrlBasedCorsConfigurationSource.setUrlPathHelper(UrlPathHelper urlPathHelper) ルックアップパスの解決に使用する UrlPathHelper を設定します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
UrlPathHelper | PathMatchConfigurer.getUrlPathHelper() |
UrlPathHelper | WebMvcConfigurationSupport.mvcUrlPathHelper()HandlerMappings のパスマッチングパターンのグローバル UrlPathHelper インスタンスを返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
HandlerMapping | WebMvcConfigurationSupport.resourceHandlerMapping(UrlPathHelper urlPathHelper, PathMatcher pathMatcher, ContentNegotiationManager contentNegotiationManager, FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider) リソースハンドラーがマップされた Integer.MAX_VALUE-1 で順序付けられたハンドラーマッピングを返します。 |
PathMatchConfigurer | PathMatchConfigurer.setUrlPathHelper(UrlPathHelper urlPathHelper) ルックアップパスの解決に使用する UrlPathHelper を設定します。 |
HandlerMapping | WebMvcConfigurationSupport.viewControllerHandlerMapping(PathMatcher pathMatcher, UrlPathHelper urlPathHelper, FormattingConversionService conversionService, ResourceUrlProvider resourceUrlProvider)URL パスをビュー名に直接マップするには、1 で順序付けられたハンドラーマッピングを返します。 |
| コンストラクターと説明 |
|---|
ResourceHandlerRegistry(ApplicationContext applicationContext, ServletContextEE servletContext, ContentNegotiationManager contentNegotiationManager, UrlPathHelper pathHelper) 静的リソースへのリクエストのマッピングに使用される UrlPathHelper も受け入れる ResourceHandlerRegistry.ResourceHandlerRegistry(ApplicationContext, ServletContext, ContentNegotiationManager) のバリアント。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
UrlPathHelper | AbstractHandlerMapping.getUrlPathHelper() ルックアップパスの解決に使用する UrlPathHelper 実装を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | AbstractHandlerMapping.setUrlPathHelper(UrlPathHelper urlPathHelper) ルックアップパスの解決に使用する UrlPathHelper を設定します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected UrlPathHelper | AbstractUrlViewController.getUrlPathHelper() ルックアップパスの解決に使用する UrlPathHelper を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | WebContentInterceptor.setUrlPathHelper(UrlPathHelper urlPathHelper) ルックアップパスの解決に使用する UrlPathHelper を設定します。 |
void | AbstractUrlViewController.setUrlPathHelper(UrlPathHelper urlPathHelper) ルックアップパスの解決に使用する UrlPathHelper を設定します。 |
| コンストラクターと説明 |
|---|
PatternsRequestCondition(StringSE[] patterns, UrlPathHelper urlPathHelper, PathMatcher pathMatcher, boolean useTrailingSlashMatch) 追加のオプションの UrlPathHelper、PathMatcher、末尾のスラッシュを自動的に一致させるかどうかを指定した代替コンストラクター。 |
PatternsRequestCondition(StringSE[] patterns, UrlPathHelper urlPathHelper, PathMatcher pathMatcher, boolean useSuffixPatternMatch, boolean useTrailingSlashMatch) 使用すべきではありません。 5.2.4 現在。パス拡張設定オプションの非推奨については、 RequestMappingHandlerMapping のクラスレベルの注意を参照してください。 |
PatternsRequestCondition(StringSE[] patterns, UrlPathHelper urlPathHelper, PathMatcher pathMatcher, boolean useSuffixPatternMatch, boolean useTrailingSlashMatch, ListSE<StringSE> fileExtensions) 使用すべきではありません。 5.2.4 現在。パス拡張設定オプションの非推奨については、 RequestMappingHandlerMapping のクラスレベルの注意を参照してください。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
UrlPathHelper | RequestMappingInfo.BuilderConfiguration.getUrlPathHelper()PatternsRequestCondition に使用するカスタム UrlPathHelper を返します(ある場合)。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | RequestMappingInfo.BuilderConfiguration.setUrlPathHelper(UrlPathHelper urlPathHelper)PatternsRequestCondition に使用するカスタム UrlPathHelper を設定します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | ServletCookieValueMethodArgumentResolver.setUrlPathHelper(UrlPathHelper urlPathHelper) |
| 修飾子と型 | メソッドと説明 |
|---|---|
UrlPathHelper | ResourceHttpRequestHandler.getUrlPathHelper() 構成された UrlPathHelper。 |
UrlPathHelper | ResourceUrlProvider.getUrlPathHelper() 設定された UrlPathHelper を返します。 |
UrlPathHelper | PathResourceResolver.getUrlPathHelper() 構成された UrlPathHelper。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | ResourceHttpRequestHandler.setUrlPathHelper(UrlPathHelper urlPathHelper) リクエストを静的リソースにマップするために使用される UrlPathHelper への参照を提供します。 |
void | ResourceUrlProvider.setUrlPathHelper(UrlPathHelper urlPathHelper) ターゲットリクエスト URL パスのルックアップパスを導出するために、 ResourceUrlProvider.getForRequestUrl(javax.servlet.http.HttpServletRequest, String) で使用する UrlPathHelper を構成します。 |
void | PathResourceResolver.setUrlPathHelper(UrlPathHelper urlPathHelper) リクエストを静的リソースにマップするために使用される UrlPathHelper への参照を提供します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
UrlPathHelper | RequestContext.getUrlPathHelper() コンテキストパスに使用される UrlPathHelper を返し、URI のデコードをリクエストします。 |
UrlPathHelper | AbstractFlashMapManager.getUrlPathHelper() 使用する UrlPathHelper 実装を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | RequestContext.setUrlPathHelper(UrlPathHelper urlPathHelper) コンテキストパスとリクエスト URI のデコードに使用する UrlPathHelper を設定します。 |
void | AbstractFlashMapManager.setUrlPathHelper(UrlPathHelper urlPathHelper)FlashMap インスタンスをリクエストに一致させるために使用する UrlPathHelper を設定します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | DefaultRequestToViewNameTranslator.setUrlPathHelper(UrlPathHelper urlPathHelper) ルックアップパスの解決に使用する UrlPathHelper を設定します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
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 を設定します。 |
| 修飾子と型 | フィールドと説明 |
|---|---|
static UrlPathHelper | UrlPathHelper.defaultInstance デフォルトの共有読み取り専用インスタンス。 |
static UrlPathHelper | UrlPathHelper.rawPathInstance エンコードされた完全なパスの共有された読み取り専用インスタンス。 |