インターフェースの使用
org.springframework.http.server.RequestPath
RequestPath を使用するパッケージ
パッケージ
説明
サーバー側の HTTP 上の抽象化が含まれています。
関数 Web フレームワークのモックオブジェクト。
Spring のリアクティブ環境用の関数 Web フレームワークを構成する型を提供します。
org.springframework.web.reactive.function.server
パッケージをサポートするクラス。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
を使用したparse(URI, String)
のバリアント。static RequestPath
リクエストの URI をRequestPath
に解析します。org.springframework.http.server.reactive 内の RequestPath 使用
org.springframework.mock.web.reactive.function.server 内の RequestPath 使用
org.springframework.web.reactive.function.server 内の RequestPath 使用
org.springframework.web.reactive.function.server.support 内の RequestPath 使用
org.springframework.web.servlet.function 内の RequestPath 使用
org.springframework.web.servlet.handler 内の RequestPath 使用
型 RequestPath のパラメーターを持つ org.springframework.web.servlet.handler のメソッド修飾子と型メソッド説明protected ObjectSE
AbstractUrlHandlerMapping.lookupHandler
(RequestPath path, StringSE lookupPath, HttpServletRequestEE request) 指定された URL パスのハンドラーインスタンスを検索します。org.springframework.web.util 内の RequestPath 使用
RequestPath を返す org.springframework.web.util のメソッド修飾子と型メソッド説明static RequestPath
ServletRequestPathUtils.getParsedRequestPath
(ServletRequestEE request) 解析およびキャッシュされたRequestPath
のpreviously
を返します。static RequestPath
ServletRequestPathUtils.parseAndCache
(HttpServletRequestEE request) requestURI
EE をRequestPath
に解析し、後でparsed patterns
で使用できるように、リクエスト属性ServletRequestPathUtils.PATH_ATTRIBUTE
に保存します。型 RequestPath のパラメーターを持つ org.springframework.web.util のメソッド修飾子と型メソッド説明static void
ServletRequestPathUtils.setParsedRequestPath
(RequestPath requestPath, ServletRequestEE request) キャッシュされ、解析されたRequestPath
を指定された値に設定します。