| パッケージ | 説明 |
|---|---|
| org.springframework.core.io.support | Spring のリソース抽象化のサポートクラス。 |
| org.springframework.messaging.handler | メッセージハンドラーメソッドを操作するための基本的な抽象概念。 |
| org.springframework.messaging.simp.annotation.support | シンプルなメッセージングプロトコル(STOMP など)からのメッセージを処理するためのクラスをサポートします。 |
| org.springframework.messaging.simp.broker | 「単純な」メッセージブローカの実装を、抽象基本クラスおよびサブスクリプションのレジストリなどの他のサポート型とともに提供します。 |
| org.springframework.messaging.simp.config | より高いレベルのメッセージングプロトコルを使用した WebSocket メッセージングの構成サポート。 |
| org.springframework.messaging.simp.user | 「ユーザー」宛先へのメッセージの処理のサポート(つまり |
| org.springframework.util | 文字列操作ユーティリティ、Log4J 構成ツール、オブジェクトのページリストの状態ホルダーなど、その他のユーティリティクラス。 |
| 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.resource | 静的リソースを提供するためのサポートクラス。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
PathMatcher | PathMatchingResourcePatternResolver.getPathMatcher() このリソースパターンリゾルバーが使用する PathMatcher を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | PathMatchingResourcePatternResolver.setPathMatcher(PathMatcher pathMatcher) このリソースパターンリゾルバーに使用する PathMatcher 実装を設定します。 |
| コンストラクターと説明 |
|---|
DestinationPatternsMessageCondition(StringSE[] patterns, PathMatcher matcher) パターンと PathMatcher インスタンスを持つコンストラクター。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
PathMatcher | SimpAnnotationMethodMessageHandler.getPathMatcher() 一致する宛先に使用する PathMatcher 実装を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | SimpAnnotationMethodMessageHandler.setPathMatcher(PathMatcher pathMatcher)PathMatcher 実装を設定して、設定された宛先パターンに対して宛先を照合するために使用します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
PathMatcher | DefaultSubscriptionRegistry.getPathMatcher() 設定された PathMatcher を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | DefaultSubscriptionRegistry.setPathMatcher(PathMatcher pathMatcher) 使用する PathMatcher を指定します。 |
void | SimpleBrokerMessageHandler.setPathMatcher(PathMatcher pathMatcher) 構成すると、指定された PathMatcher が基になる SubscriptionRegistry に渡され、宛先をサブスクリプションに一致させるために使用されます。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
protected PathMatcher | MessageBrokerRegistry.getPathMatcher() |
PathMatcher | AbstractMessageBrokerConfiguration.getPathMatcher(AbstractSubscribableChannel clientInboundChannel, AbstractSubscribableChannel clientOutboundChannel) 他の構成クラスからのアクセスのために、構成された PatchMatcher へのアクセスを提供します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
MessageBrokerRegistry | MessageBrokerRegistry.setPathMatcher(PathMatcher pathMatcher) 受信メッセージの宛先を @MessageMapping および @SubscribeMapping メソッドに一致させるために使用する PathMatcher を構成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | DefaultUserDestinationResolver.setPathMatcher(PathMatcher pathMatcher) 使用すべきではありません。 4.3.14 の時点で、このプロパティは使用されなくなり、 PathMatcher の設定方法にかかわらず、先頭のスラッシュを保持するかどうかを明示的に示す DefaultUserDestinationResolver.setRemoveLeadingSlash(boolean) に置き換えられます。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | AntPathMatcherAnt スタイルのパスパターンの PathMatcher 実装。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
PathMatcher | SimpleRouteMatcher.getPathMatcher() 基になる PathMatcher デリゲートを返します。 |
| コンストラクターと説明 |
|---|
SimpleRouteMatcher(PathMatcher pathMatcher) 指定された PathMatcher デリゲートの新しい SimpleRouteMatcher を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | UrlBasedCorsConfigurationSource.setPathMatcher(PathMatcher pathMatcher) パターンマッチングに使用する PathMatcher を構成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
PathMatcher | PathMatchConfigurer.getPathMatcher() |
protected PathMatcher | PathMatchConfigurer.getPathMatcherOrDefault() それ以外の場合は、構成済みの PathMatcher またはデフォルトの共有インスタンスを返します。 |
PathMatcher | WebMvcConfigurationSupport.mvcPathMatcher() 文字列パターンとの URL パスマッチングに使用されるグローバル PathMatcher インスタンスを返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
InterceptorRegistration | InterceptorRegistration.pathMatcher(PathMatcher pathMatcher)URL パスを包含および除外パターンと照合するために使用するように PathMatcher を構成します。 |
PathMatchConfigurer | PathMatchConfigurer.setPathMatcher(PathMatcher pathMatcher) 文字列パターンマッチングに使用する PathMatcher を設定します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
PathMatcher | AbstractHandlerMapping.getPathMatcher()configured PathMatcher を返します。 |
PathMatcher | MappedInterceptor.getPathMatcher()configured PathMatcher。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | MappedInterceptor.matches(StringSE lookupPath, PathMatcher pathMatcher) 使用すべきではありません。 |
void | AbstractHandlerMapping.setPathMatcher(PathMatcher pathMatcher) 使用する PathMatcher を構成します。 |
void | MappedInterceptor.setPathMatcher(PathMatcher pathMatcher)URL パスを包含および除外パターンと照合するために使用するように PathMatcher を構成します。 |
| コンストラクターと説明 |
|---|
RequestMatchResult(StringSE pattern, StringSE lookupPath, PathMatcher pathMatcher) 一致した文字列パターンでインスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | WebContentInterceptor.setPathMatcher(PathMatcher pathMatcher)PathMatcher を構成して、URL パスを登録済みの URL パターンと照合し、リクエストのキャッシュ設定を選択します。 |
| コンストラクターと説明 |
|---|
PatternsRequestCondition(StringSE[] patterns, boolean useTrailingSlashMatch, PathMatcher pathMatcher)PathMatcher と末尾のスラッシュを一致させるためのフラグを持つ PatternsRequestCondition(String...) のバリアント。 |
PatternsRequestCondition(StringSE[] patterns, UrlPathHelper urlPathHelper, PathMatcher pathMatcher, boolean useTrailingSlashMatch) 使用すべきではありません。 |
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 のクラスレベルの注意を参照してください。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
PathMatcher | RequestMappingInfo.BuilderConfiguration.getPathMatcher()PatternsRequestCondition に使用するカスタム PathMatcher を返します(ある場合)。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | RequestMappingInfo.BuilderConfiguration.setPathMatcher(PathMatcher pathMatcher)PatternsRequestCondition に使用するカスタム PathMatcher を設定します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
PathMatcher | ResourceUrlProvider.getPathMatcher() 設定された PathMatcher を返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | ResourceUrlProvider.setPathMatcher(PathMatcher pathMatcher) ターゲットルックアップパスをリソースマッピングと比較するときに使用する PathMatcher を構成します。 |