Class PathSegmentImpl

  • All Implemented Interfaces:
    javax.ws.rs.core.PathSegment

    public class PathSegmentImpl
    extends Object
    implements javax.ws.rs.core.PathSegment
    • Constructor Detail

      • PathSegmentImpl

        public PathSegmentImpl​(String path)
      • PathSegmentImpl

        public PathSegmentImpl​(String path,
                               boolean decode)
    • Method Detail

      • getMatrixParameters

        public javax.ws.rs.core.MultivaluedMap<String,​String> getMatrixParameters()
        Specified by:
        getMatrixParameters in interface javax.ws.rs.core.PathSegment
      • getPath

        public String getPath()
        Specified by:
        getPath in interface javax.ws.rs.core.PathSegment
      • getOriginalPath

        public String getOriginalPath()
      • getMatrixString

        public String getMatrixString()