Uses of Interface
com.sun.jersey.spi.uri.rules.UriRule

Packages that use UriRule
com.sun.jersey.server.impl.application   
com.sun.jersey.server.impl.model   
com.sun.jersey.server.impl.template   
com.sun.jersey.server.impl.uri.rules   
com.sun.jersey.spi.uri.rules Provides support for hierarchical matching and accepting of URIs. 
 

Uses of UriRule in com.sun.jersey.server.impl.application
 

Methods in com.sun.jersey.server.impl.application that return types with arguments of type UriRule
 UriRules<UriRule> WebApplicationContext.getRules(java.lang.Class resourceClass)
           
 

Uses of UriRule in com.sun.jersey.server.impl.model
 

Methods in com.sun.jersey.server.impl.model that return types with arguments of type UriRule
 UriRules<UriRule> ResourceClass.getRules()
           
 

Uses of UriRule in com.sun.jersey.server.impl.template
 

Classes in com.sun.jersey.server.impl.template that implement UriRule
 class ViewableRule
          A viewable rule that defers the request to a template.
 

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

Classes in com.sun.jersey.server.impl.uri.rules that implement UriRule
 class BaseRule
          Abstract class for a rule that manages capturing group names.
 class HttpMethodRule
          The rule for accepting an HTTP method.
 class ResourceClassRule
          The rule for accepting a resource class.
 class ResourceObjectRule
          The rule for accepting a resource object.
 class RightHandPathRule
          Adapter to an existing rule that accepts the rule using the last capturing group value as the URI path.
 class RootResourceClassesRule
          The rule for accepting the root resource classes.
 class SubLocatorRule
          The rule for accepting a sub-locator method.
 class TerminatingRule
          A terminating rule that checks to see if the response has been set by the runtime.
 

Methods in com.sun.jersey.server.impl.uri.rules that return types with arguments of type UriRule
static UriRules<UriRule> UriRulesFactory.create(java.util.List<PatternRulePair<UriRule>> rules)
           
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)
           
 

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

Constructors in com.sun.jersey.server.impl.uri.rules with parameters of type UriRule
RightHandPathRule(boolean redirect, boolean patternEndsInSlash, UriRule rule)
           
 

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

Uses of UriRule in com.sun.jersey.spi.uri.rules
 

Methods in com.sun.jersey.spi.uri.rules that return types with arguments of type UriRule
 UriRules<UriRule> UriRuleContext.getRules(java.lang.Class resourceClass)
          Get the rules for a resource class.
 



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