Class PathSegmentImpl

java.lang.Object
org.exoplatform.services.rest.impl.uri.PathSegmentImpl
All Implemented Interfaces:
javax.ws.rs.core.PathSegment

public final class PathSegmentImpl extends Object implements javax.ws.rs.core.PathSegment
Version:
$Id: $
Author:
Andrey Parfonov
  • Method Details

    • fromString

      public static javax.ws.rs.core.PathSegment fromString(String pathSegment, boolean decode)
      Create instance of PathSegment from given string.
      Parameters:
      pathSegment - string which represents PathSegment
      decode - true if character must be decoded false otherwise
      Returns:
      instance of PathSegment
    • 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