com.sun.jersey.server.impl.uri.rules
Class PatternRulePair<R>
java.lang.Object
com.sun.jersey.server.impl.uri.rules.PatternRulePair<R>
public class PatternRulePair<R>
- extends Object
A tuple of a UriPattern
and a generic rule.
- Author:
- Paul.Sandoz@Sun.Com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
p
public final UriPattern p
r
public final R r
PatternRulePair
public PatternRulePair(UriPattern p,
R r)
Copyright © 2013 Oracle Corporation. All Rights Reserved.