public interface PathSegmentPathParam で注入されると、アノテーションの値は選択されたパスセグメントを識別し、Encoded アノテーションの存在により、URI エンコード形式でパスとマトリックスパラメーター値を提供するインスタンスが生成されます。UriInfo.getPathSegments(), PathParam| 修飾子と型 | メソッドと説明 |
|---|---|
MultivaluedMap<StringSE, StringSE> | getMatrixParameters() パスセグメントに関連付けられたマトリックスパラメーターのマップを取得します。 |
StringSE | getPath() パスセグメントを取得します。 |
StringSE getPath()
MultivaluedMap<StringSE,StringSE> getMatrixParameters()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.