Uses of Interface
javax.ws.rs.core.PathSegment

Packages that use PathSegment
javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. 
org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes. 
org.glassfish.jersey.server Jersey server-side classes. 
org.glassfish.jersey.server.internal.routing Jersey server-side internal resource routing classes. 
org.glassfish.jersey.uri Common Jersey classes that provide support for JAX-RS URI templates and encoding/decoding of URI components. 
 

Uses of PathSegment in javax.ws.rs.core
 

Methods in javax.ws.rs.core that return types with arguments of type PathSegment
 List<PathSegment> UriInfo.getPathSegments()
          Get the path of the current request relative to the base URI as a list of PathSegment.
 List<PathSegment> UriInfo.getPathSegments(boolean decode)
          Get the path of the current request relative to the base URI as a list of PathSegment.
 

Uses of PathSegment in org.glassfish.jersey.internal.inject
 

Methods in org.glassfish.jersey.internal.inject that return types with arguments of type PathSegment
 List<PathSegment> UriInfoInjectee.getPathSegments()
           
 List<PathSegment> UriInfoInjectee.getPathSegments(boolean decode)
           
 

Uses of PathSegment in org.glassfish.jersey.server
 

Methods in org.glassfish.jersey.server that return types with arguments of type PathSegment
 List<PathSegment> ExtendedUriInfo.getPathSegments(String name)
          Get the path segments that contain a template variable.
 List<PathSegment> ExtendedUriInfo.getPathSegments(String name, boolean decode)
          Get the path segments that contain a template variable.
 

Uses of PathSegment in org.glassfish.jersey.server.internal.routing
 

Methods in org.glassfish.jersey.server.internal.routing that return types with arguments of type PathSegment
 List<PathSegment> UriRoutingContext.getPathSegments()
           
 List<PathSegment> UriRoutingContext.getPathSegments(boolean decode)
           
 List<PathSegment> UriRoutingContext.getPathSegments(String name)
           
 List<PathSegment> UriRoutingContext.getPathSegments(String name, boolean decode)
           
 

Uses of PathSegment in org.glassfish.jersey.uri
 

Methods in org.glassfish.jersey.uri 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.jersey.uri with type arguments of type PathSegment
static void UriComponent.decodePathSegment(List<PathSegment> segments, String segment, boolean decode)
           
 



Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.