Class PathSegmentImpl
java.lang.Object
org.exoplatform.services.rest.impl.uri.PathSegmentImpl
- All Implemented Interfaces:
javax.ws.rs.core.PathSegment
- Version:
- $Id: $
- Author:
- Andrey Parfonov
-
Method Summary
Modifier and TypeMethodDescriptionstatic javax.ws.rs.core.PathSegmentfromString(String pathSegment, boolean decode) Create instance of PathSegment from given string.getPath()
-
Method Details
-
fromString
Create instance of PathSegment from given string.- Parameters:
pathSegment- string which represents PathSegmentdecode- true if character must be decoded false otherwise- Returns:
- instance of PathSegment
-
getMatrixParameters
- Specified by:
getMatrixParametersin interfacejavax.ws.rs.core.PathSegment
-
getPath
- Specified by:
getPathin interfacejavax.ws.rs.core.PathSegment
-