Uses of Package
com.sun.jersey.spi.uri.rules

Packages that use com.sun.jersey.spi.uri.rules
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.server.impl.uri.rules.automata   
com.sun.jersey.spi.uri.rules Provides support for hierarchical matching and accepting of URIs. 
 

Classes in com.sun.jersey.spi.uri.rules used by com.sun.jersey.server.impl.application
UriMatchResultContext
          The context for matching URI rules.
UriRule
          A URI rule that can accept a URI path.
UriRuleContext
          The context for processing URI rules.
UriRules
          A collection of URI rules that can be matched against a path using associated patterns.
 

Classes in com.sun.jersey.spi.uri.rules used by com.sun.jersey.server.impl.model
UriRule
          A URI rule that can accept a URI path.
UriRules
          A collection of URI rules that can be matched against a path using associated patterns.
 

Classes in com.sun.jersey.spi.uri.rules used by com.sun.jersey.server.impl.template
UriRule
          A URI rule that can accept a URI path.
UriRuleContext
          The context for processing URI rules.
 

Classes in com.sun.jersey.spi.uri.rules used by com.sun.jersey.server.impl.uri.rules
UriMatchResultContext
          The context for matching URI rules.
UriRule
          A URI rule that can accept a URI path.
UriRuleContext
          The context for processing URI rules.
UriRules
          A collection of URI rules that can be matched against a path using associated patterns.
 

Classes in com.sun.jersey.spi.uri.rules used by com.sun.jersey.server.impl.uri.rules.automata
UriMatchResultContext
          The context for matching URI rules.
UriRules
          A collection of URI rules that can be matched against a path using associated patterns.
 

Classes in com.sun.jersey.spi.uri.rules used by com.sun.jersey.spi.uri.rules
UriMatchResultContext
          The context for matching URI rules.
UriRule
          A URI rule that can accept a URI path.
UriRuleContext
          The context for processing URI rules.
UriRules
          A collection of URI rules that can be matched against a path using associated patterns.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.