|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PathSegment
URI path segment consisting of an URI path element and URI matrix parameters.
Example URI:
//moremaps.com/map/color;mul=50,25;long=20;scale=32000
where color is a path segment,
mul, long, and scale are matrix parameters,
and the matrix parameter mul has a multi-value list.
| Method Summary | |
|---|---|
Map<String,List<String>> |
getMatrixParameters()
Gets the matrix parameters of this path segment. |
String |
getPath()
Gets a URI path element. |
| Method Detail |
|---|
String getPath()
color will be an element.
Map<String,List<String>> getMatrixParameters()
Gets the matrix parameters of this path segment.
In the PathSegment example, mul, long,
and scale are matrix parameters.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||