Uses of Class
org.cruxframework.crux.core.server.rest.core.registry.PathSegment

Packages that use PathSegment
org.cruxframework.crux.core.server.rest.core.registry   
org.cruxframework.crux.core.server.rest.spi   
 

Uses of PathSegment in org.cruxframework.crux.core.server.rest.core.registry
 

Methods in org.cruxframework.crux.core.server.rest.core.registry that return types with arguments of type PathSegment
static List<PathSegment> PathSegment.parseSegments(String path, boolean decode)
           
 

Uses of PathSegment in org.cruxframework.crux.core.server.rest.spi
 

Methods in org.cruxframework.crux.core.server.rest.spi that return types with arguments of type PathSegment
 List<PathSegment> UriInfo.getPathSegments()
           
 List<PathSegment> UriInfo.getPathSegments(boolean decode)
           
 

Method parameters in org.cruxframework.crux.core.server.rest.spi with type arguments of type PathSegment
protected  void UriInfo.extractMatchingPath(List<PathSegment> encodedPathSegments)
          matching path without matrix parameters
 



Copyright © 2014. All rights reserved.