Uses of Interface
org.glassfish.tyrus.internal.PathSegment

Packages that use PathSegment
org.glassfish.tyrus.internal Common classes that provide support for URI templates, encoding/decoding of URI components and multivalued collections. 
 

Uses of PathSegment in org.glassfish.tyrus.internal
 

Methods in org.glassfish.tyrus.internal that return types with arguments of type PathSegment
static List<PathSegment> UriComponent.decodePath(String path, boolean decode)
          Decode the path component of a URI as path segments.
static List<PathSegment> UriComponent.decodePath(URI u, boolean decode)
          Decode the path component of a URI as path segments.
 

Method parameters in org.glassfish.tyrus.internal with type arguments of type PathSegment
static void UriComponent.decodePathSegment(List<PathSegment> segments, String segment, boolean decode)
           
 



Copyright © 2012. All Rights Reserved.