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

Packages that use UriMatchResultContext
com.sun.jersey.spi.uri.rules Provides support for hierarchical matching and accepting of URIs. 
 

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

Subinterfaces of UriMatchResultContext in com.sun.jersey.spi.uri.rules
 interface UriRuleContext
          The context for processing URI rules.
 

Methods in com.sun.jersey.spi.uri.rules with parameters of type UriMatchResultContext
 java.util.Iterator<R> UriRules.match(java.lang.CharSequence path, UriMatchResultContext resultContext)
          Match a URI path to the collection of rules and iterate over the matching rules.
 



Copyright © 2010 Oracle Corporation. All Rights Reserved.