Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ContainerRequestFilterメソッドを実装しようとしていfilterます。
ContainerRequestFilter
filter
からパスパラメータを抽出するにはどうすればよいContainerRequest requestですか?
ContainerRequest request
クエリとフォームのパラメーターを抽出する直接的な方法しかわかりません。
ContainerRequestにはその情報が含まれていないようですが、フィルターにaを挿入して使用できます。UriInfoを参照してくださいUriInfo.getPathParameters()。
ContainerRequest
UriInfo
UriInfo.getPathParameters()
参考:Resource クラス外で PathParam の値を取得する方法