Class PathSegmentImpl
java.lang.Object
org.jboss.resteasy.specimpl.PathSegmentImpl
- All Implemented Interfaces:
jakarta.ws.rs.core.PathSegment
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Used when creating the matching path in ResteasyUriInfo -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetPath()
boolean
NOTE: Used for optimization in ResteasyUriInfostatic List
<jakarta.ws.rs.core.PathSegment> parseSegments
(String path, boolean decode) static PathSegmentImpl.SegmentParse
parseSegmentsOptimization
(String path, boolean decode) toString()
-
Constructor Details
-
PathSegmentImpl
- Parameters:
segment
- encoded path segmentdecode
- whether or not to decode values
-
-
Method Details
-
hasMatrixParams
public boolean hasMatrixParams()NOTE: Used for optimization in ResteasyUriInfo- Returns:
- true if path segment contains matrix parameters
-
getOriginal
-
getPath
- Specified by:
getPath
in interfacejakarta.ws.rs.core.PathSegment
-
getMatrixParameters
-
toString
-
parseSegments
-
parseSegmentsOptimization
- Parameters:
path
- encoded full pathdecode
- whether or not to decode each segment- Returns:
PathSegmentImpl.SegmentParse
-