|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.server.impl.uri.rules.PatternRulePair<R>
public class PatternRulePair<R>
A tuple of a UriPattern
and a generic rule.
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 |
---|
public final UriPattern p
public final R r
Constructor Detail |
---|
public PatternRulePair(UriPattern p, R r)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |