net.metanotion.urlmapper
Class MatchCase

java.lang.Object
  extended by net.metanotion.urlmapper.MatchCase

public final class MatchCase
extends Object


Field Summary
 List<MatchResult> resultExpr
           
 List<URIT> template
           
 
Constructor Summary
MatchCase()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resultExpr

public final List<MatchResult> resultExpr

template

public final List<URIT> template
Constructor Detail

MatchCase

public MatchCase()