インターフェースの使用
org.springframework.http.server.RequestPath
RequestPath を使用するパッケージ
パッケージ
説明
サーバー側の HTTP 上の抽象化が含まれています。
関数 Web フレームワークのモックオブジェクト。
このパッケージには、リクエストでリクエストされたメディア型を判別するために使用されるクラスが含まれています。
特定のリクエストに対してリクエストされたコンテンツ型を解決するための
RequestedContentTypeResolver 戦略と実装。Spring WebFlux 構成インフラストラクチャ。
Spring のリアクティブ環境用の関数 Web フレームワークを構成する型を提供します。
org.springframework.web.reactive.function.server パッケージをサポートするクラス。Spring MVC のアノテーションベースのセットアップ。
Spring のサーブレット環境用の関数 Web フレームワークを構成する型を提供します。
カスタム実装の抽象基本クラスを含む、標準の HandlerMapping 実装を提供します。
HTML エスケープや Cookie 処理などのその他の Web ユーティリティクラス。
org.springframework.http.server 内の RequestPath 使用
RequestPath を返す org.springframework.http.server のメソッド修飾子と型メソッド説明RequestPath.modifyContextPath(StringSE contextPath) コンテキストパスが変更された新しいRequestPathインスタンスを返します。static RequestPathエンコードされたraw pathを使用したRequestPath.parse(URI, String)のバリアント。static RequestPathリクエストの URI をRequestPathに解析します。org.springframework.http.server.reactive 内の RequestPath 使用
org.springframework.mock.web.reactive.function.server 内の RequestPath 使用
org.springframework.web.accept 内の RequestPath 使用
型の型引数を持つ org.springframework.web.accept のコンストラクターパラメーター RequestPath修飾子コンストラクター説明PathApiVersionResolver(int pathSegmentIndex, PredicateSE<RequestPath> versionPathPredicate) PathApiVersionResolver(int)のコンストラクターバリアントで、指定されたパスがバージョン管理されているか (true) またはされていないか (false) を判断するのに役立つ追加のPredicate<RequestPath>が含まれています。org.springframework.web.reactive.accept 内の RequestPath 使用
型の型引数を持つ org.springframework.web.reactive.accept のコンストラクターパラメーター RequestPath修飾子コンストラクター説明PathApiVersionResolver(int pathSegmentIndex, PredicateSE<RequestPath> versionPathPredicate) PathApiVersionResolver(int)のコンストラクターバリアントで、指定されたパスがバージョン管理されているか (true) またはされていないか (false) を判断するのに役立つ追加のPredicate<RequestPath>が含まれています。org.springframework.web.reactive.config 内の RequestPath 使用
型 RequestPath の型引数を持つ org.springframework.web.reactive.config のメソッドパラメーター修飾子と型メソッド説明ApiVersionConfigurer.usePathSegment(int index, PredicateSE<RequestPath> versionPathPredicate) ApiVersionConfigurer.usePathSegment(int)のバリアントで、Predicate<RequestPath>を使用して指定されたパスがバージョン管理されているかどうかを判定し、柔軟性を高め、バージョンをnullに解決するオプションを提供します。org.springframework.web.reactive.function.server 内の RequestPath 使用
org.springframework.web.reactive.function.server.support 内の RequestPath 使用
org.springframework.web.servlet.config.annotation 内の RequestPath 使用
型 RequestPath の型引数を持つ org.springframework.web.servlet.config.annotation のメソッドパラメーター修飾子と型メソッド説明ApiVersionConfigurer.usePathSegment(int index, PredicateSE<RequestPath> versionPathPredicate) ApiVersionConfigurer.usePathSegment(int)のバリアントで、Predicate<RequestPath>を使用して指定されたパスがバージョン管理されているかどうかを判定し、柔軟性を高め、バージョンをnullに解決するオプションを提供します。org.springframework.web.servlet.function 内の RequestPath 使用
org.springframework.web.servlet.handler 内の RequestPath 使用
型 RequestPath のパラメーターを持つ org.springframework.web.servlet.handler のメソッド修飾子と型メソッド説明AbstractUrlHandlerMapping.lookupHandler(RequestPath path, StringSE lookupPath, jakarta.servlet.http.HttpServletRequest request) 指定された URL パスのハンドラーインスタンスを検索します。org.springframework.web.util 内の RequestPath 使用
RequestPath を返す org.springframework.web.util のメソッド修飾子と型メソッド説明static RequestPathServletRequestPathUtils.getParsedRequestPath(jakarta.servlet.ServletRequest request) 解析およびキャッシュされたRequestPathのpreviouslyを返します。static RequestPathServletRequestPathUtils.parse(jakarta.servlet.http.HttpServletRequest request) requestURIをRequestPathに解析します。static RequestPathServletRequestPathUtils.parseAndCache(jakarta.servlet.http.HttpServletRequest request) ServletRequestPathUtils.parse(HttpServletRequest)のバリアントで、解析されたパスをリクエスト属性ServletRequestPathUtils.PATH_ATTRIBUTEにも保存します。型 RequestPath のパラメーターを持つ org.springframework.web.util のメソッド修飾子と型メソッド説明static voidServletRequestPathUtils.setParsedRequestPath(@Nullable RequestPath requestPath, jakarta.servlet.ServletRequest request) キャッシュされ、解析されたRequestPathを指定された値に設定します。