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

Packages that use PathPattern
com.sun.jersey.server.impl.model   
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.model
 

Methods in com.sun.jersey.server.impl.model that return PathPattern
 PathPattern RulesMap.hasConflict(PathPattern p)
           
 

Methods in com.sun.jersey.server.impl.model with parameters of type PathPattern
 PathPattern RulesMap.hasConflict(PathPattern p)
           
 void RulesMap.ConflictClosure.onConflict(PathPattern p1, PathPattern p2)
           
 

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 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(Map<PathPattern,UriRule> rulesMap)
           
static UriRules<UriRule> UriRulesFactory.create(Map<PathPattern,UriRule> rulesMap, List<PatternRulePair<UriRule>> rules)
           
 

Constructor parameters in com.sun.jersey.server.impl.uri.rules with type arguments of type PathPattern
RootResourceClassesRule(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(Map<String,List<ResourceMethod>> methods, AbstractResource resource, PathPattern p)
          Create the WADL resource method for OPTIONS.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.