com.sun.jersey.server.impl.uri.rules
Class PatternRulePair<R>

java.lang.Object
  extended by com.sun.jersey.server.impl.uri.rules.PatternRulePair<R>

public class PatternRulePair<R>
extends java.lang.Object

A tuple of a UriPattern and a generic rule.

Author:
Paul.Sandoz@Sun.Com

Field Summary
 UriPattern p
           
 R r
           
 
Constructor Summary
PatternRulePair(UriPattern p, R r)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

p

public final UriPattern p

r

public final R r
Constructor Detail

PatternRulePair

public PatternRulePair(UriPattern p,
                       R r)


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