Uses of Class
com.sun.jersey.server.impl.uri.PathPattern

Packages that use PathPattern
com.sun.jersey.server.impl.uri   
com.sun.jersey.server.impl.uri.rules   
com.sun.jersey.server.impl.wadl   
 

Uses of PathPattern in com.sun.jersey.server.impl.uri
 

Fields in com.sun.jersey.server.impl.uri declared as PathPattern
static PathPattern PathPattern.EMPTY_PATH
           
 

Fields in com.sun.jersey.server.impl.uri with type parameters of type PathPattern
static java.util.Comparator<PathPattern> PathPattern.COMPARATOR
          Defer to comparing the templates associated with the patterns
 

Uses of PathPattern in com.sun.jersey.server.impl.uri.rules
 

Method parameters in com.sun.jersey.server.impl.uri.rules with type arguments of type PathPattern
static UriRules<UriRule> UriRulesFactory.create(java.util.Map<PathPattern,UriRule> rulesMap)
           
static UriRules<UriRule> UriRulesFactory.create(java.util.Map<PathPattern,UriRule> rulesMap, java.util.List<PatternRulePair<UriRule>> rules)
           
 

Constructor parameters in com.sun.jersey.server.impl.uri.rules with type arguments of type PathPattern
RootResourceClassesRule(java.util.Map<PathPattern,UriRule> rulesMap)
           
 

Uses of PathPattern in com.sun.jersey.server.impl.wadl
 

Methods in com.sun.jersey.server.impl.wadl with parameters of type PathPattern
 ResourceMethod WadlFactory.createWadlOptionsMethod(java.util.Map<java.lang.String,java.util.List<ResourceMethod>> methods, AbstractResource resource, PathPattern p)
          Create the WADL resource method for OPTIONS.
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.