インターフェースの使用
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 ObjectSEAbstractUrlHandlerMapping.lookupHandler(RequestPath path, StringSE lookupPath, HttpServletRequestEE request) 指定された URL パスのハンドラーインスタンスを検索します。org.springframework.web.util 内の RequestPath 使用
RequestPath を返す org.springframework.web.util のメソッド修飾子と型メソッド説明static RequestPathServletRequestPathUtils.getParsedRequestPath(ServletRequestEE request) 解析およびキャッシュされたRequestPathのpreviouslyを返します。static RequestPathServletRequestPathUtils.parseAndCache(HttpServletRequestEE request) requestURIEE をRequestPathに解析し、後でparsed patternsで使用できるように、リクエスト属性ServletRequestPathUtils.PATH_ATTRIBUTEに保存します。型 RequestPath のパラメーターを持つ org.springframework.web.util のメソッド修飾子と型メソッド説明static voidServletRequestPathUtils.setParsedRequestPath(RequestPath requestPath, ServletRequestEE request) キャッシュされ、解析されたRequestPathを指定された値に設定します。