クラスの使用
org.springframework.web.util.pattern.PathPatternParser
PathPatternParser を使用するパッケージ
パッケージ
説明
ビルトイン
MockMvcBuilder 実装が含まれています。 一般的な
CorsProcessor 戦略に基づく、CORS(クロスオリジンリソースシェアリング)のサポート。 一般的な
CorsProcessor 戦略に基づく、CORS(クロスオリジンリソースシェアリング)のリアクティブサポート。Spring のリアクティブ環境用の関数 Web フレームワークを構成する型を提供します。
抽象基本クラスを含む HandlerMapping 実装を提供します。
ハンドラーメソッド処理のインフラストラクチャ。
Spring MVC のアノテーションベースのセットアップ。
Spring のサーブレット環境用の関数 Web フレームワークを構成する型を提供します。
カスタム実装の抽象基本クラスを含む、標準の HandlerMapping 実装を提供します。
Spring に付属するサーブレット MVC フレームワークの標準コントローラー実装。
条件に基づいて受信リクエストを照合するための一般的な MVC ロジック。
org.springframework.web.method パッケージに基づいた、ハンドラーメソッド処理用のサーブレットベースのインフラストラクチャ。org.springframework.web.method.annotation パッケージに基づいた、アノテーションベースのハンドラーメソッド処理のための MVC インフラストラクチャ。 一致する HTTP リクエストパスの専用サポート。
org.springframework.test.web.servlet.client 内の PathPatternParser 使用
型 PathPatternParser のパラメーターを持つ org.springframework.test.web.servlet.client のメソッド修飾子と型メソッド説明MockMvcWebTestClient.ControllerSpec.patternParser(PathPatternParser parser) 解析されたPathPatternsとの URL パスマッチングを有効にします。MockMvcWebTestClient.RouterFunctionSpec.patternParser(PathPatternParser parser) 解析されたPathPatternsとの URL パスマッチングを有効にします。org.springframework.test.web.servlet.setup 内の PathPatternParser 使用
型 PathPatternParser のパラメーターを持つ org.springframework.test.web.servlet.setup のメソッド修飾子と型メソッド説明RouterFunctionMockMvcBuilder.setPatternParser(PathPatternParser parser) PathMatcherを使用した文字列パターンマッチングの代わりに、解析されたPathPatternsを使用した URL パスマッチングを有効にします。StandaloneMockMvcBuilder.setPatternParser(PathPatternParser parser) PathMatcherを使用した文字列パターンマッチングの代わりに、解析されたPathPatternsを使用した URL パスマッチングを有効にします。org.springframework.web.cors 内の PathPatternParser 使用
型 PathPatternParser のパラメーターを持つ org.springframework.web.cors のコンストラクターorg.springframework.web.cors.reactive 内の PathPatternParser 使用
型 PathPatternParser のパラメーターを持つ org.springframework.web.cors.reactive のコンストラクター修飾子コンストラクター説明UrlBasedCorsConfigurationSource(PathPatternParser patternParser) 指定されたPathPatternParserから新しいUrlBasedCorsConfigurationSourceインスタンスを構築します。org.springframework.web.reactive.function.server 内の PathPatternParser 使用
型 PathPatternParser のパラメーターを持つ org.springframework.web.reactive.function.server のメソッド修飾子と型メソッド説明static <T extends ServerResponse>
RouterFunction<T>RouterFunctions.changeParser(RouterFunction<T> routerFunction, PathPatternParser parser) 指定されたルーター関数のPathPatternParserを変更します。static FunctionSE<StringSE,RequestPredicate> RequestPredicates.pathPredicates(PathPatternParser patternParser) 指定されたPathPatternParserを使用して、パターン文字列から新しいパス一致RequestPredicatesを作成する関数を返します。org.springframework.web.reactive.handler 内の PathPatternParser 使用
修飾子と型メソッド説明AbstractHandlerMapping.getPathPatternParser()CORS configuration checksに使用されるPathPatternParserインスタンスを返します。org.springframework.web.reactive.result.method 内の PathPatternParser 使用
型 PathPatternParser のパラメーターを持つ org.springframework.web.reactive.result.method のメソッド修飾子と型メソッド説明voidRequestMappingInfo.BuilderConfiguration.setPatternParser(PathPatternParser patternParser) org.springframework.web.servlet.config.annotation 内の PathPatternParser 使用
修飾子と型メソッド説明PathMatchConfigurer.getPatternParser()構成されている場合は、使用するPathPatternParserを返します。PathMatchConfigurer.getPatternParserOrDefault()それ以外の場合は、構成済みの PathPatternParser またはデフォルトの共有インスタンスを返します。WebMvcConfigurationSupport.mvcPatternParser()RequestPathに一致するパターンの解析に使用するグローバルPathPatternParserインスタンスを返します。型 PathPatternParser のパラメーターを持つ org.springframework.web.servlet.config.annotation のメソッド修飾子と型メソッド説明PathMatchConfigurer.setPatternParser(PathPatternParser patternParser) URL パスマッチングのためにpatternsを解析するようにPathPatternParserを設定します。org.springframework.web.servlet.function 内の PathPatternParser 使用
型 PathPatternParser のパラメーターを持つ org.springframework.web.servlet.function のメソッド修飾子と型メソッド説明static <T extends ServerResponse>
RouterFunction<T>RouterFunctions.changeParser(RouterFunction<T> routerFunction, PathPatternParser parser) 指定されたルーター関数のPathPatternParserを変更します。static FunctionSE<StringSE,RequestPredicate> RequestPredicates.pathPredicates(PathPatternParser patternParser) 指定されたPathPatternParserを使用して、パターン文字列から新しいパス一致RequestPredicatesを作成する関数を返します。org.springframework.web.servlet.handler 内の PathPatternParser 使用
修飾子と型メソッド説明AbstractHandlerMapping.getPatternParser()configuredPathPatternParserまたはnullを返します。それ以外の場合は、代わりにAntPathMatcherとの文字列パターンマッチングが有効になっていることを示します。default PathPatternParserMatchableHandlerMapping.getPatternParser()事前に解析されたパターンが使用されるように構成されている場合は、このHandlerMappingのパーサーを返します。型 PathPatternParser のパラメーターを持つ org.springframework.web.servlet.handler のメソッド修飾子と型メソッド説明voidAbstractHandlerMapping.setPatternParser(PathPatternParser patternParser) URL パスマッチングのためにpatternsを解析するようにPathPatternParserを設定します。voidAbstractHandlerMethodMapping.setPatternParser(PathPatternParser patternParser) voidAbstractUrlHandlerMapping.setPatternParser(PathPatternParser patternParser) 型 PathPatternParser のパラメーターを持つ org.springframework.web.servlet.handler のコンストラクター修飾子コンストラクター説明MappedInterceptor(StringSE[] includePatterns, StringSE[] excludePatterns, HandlerInterceptor interceptor, PathPatternParser parser) マッピングのターゲットインターセプターとともに、指定された包含パターンと除外パターンを使用してインスタンスを作成します。org.springframework.web.servlet.mvc 内の PathPatternParser 使用
型 PathPatternParser のパラメーターを持つ org.springframework.web.servlet.mvc のコンストラクターorg.springframework.web.servlet.mvc.condition 内の PathPatternParser 使用
型 PathPatternParser のパラメーターを持つ org.springframework.web.servlet.mvc.condition のコンストラクター修飾子コンストラクター説明PathPatternsRequestCondition(PathPatternParser parser, StringSE... patterns) 使用するパターンを持つコンストラクター。org.springframework.web.servlet.mvc.method 内の PathPatternParser 使用
修飾子と型メソッド説明RequestMappingInfo.BuilderConfiguration.getPatternParser()RequestMappingInfo.BuilderConfiguration.getPatternParserToUse()使用するPathPatternParser(明示的に設定されたもの) を返すか、PathPatternParserとPathMatcherの両方が設定されていない場合はデフォルトのインスタンスに戻ります。型 PathPatternParser のパラメーターを持つ org.springframework.web.servlet.mvc.method のメソッド修飾子と型メソッド説明voidRequestMappingInfo.BuilderConfiguration.setPatternParser(PathPatternParser patternParser) AbstractHandlerMapping.setPatternParser(PathPatternParser)に従って、解析されたPathPatternの使用を有効にします。org.springframework.web.servlet.mvc.method.annotation 内の PathPatternParser 使用
型 PathPatternParser のパラメーターを持つ org.springframework.web.servlet.mvc.method.annotation のメソッドorg.springframework.web.util.pattern 内の PathPatternParser 使用
PathPatternParser として宣言されている org.springframework.web.util.pattern のフィールド修飾子と型フィールド説明static final PathPatternParserPathPatternParser.defaultInstancePathPatternParserの共有の読み取り専用インスタンス。型 PathPatternParser のパラメーターを持つ org.springframework.web.util.pattern のコンストラクター