net.metanotion.urlmapper
Class MatchResultConst

java.lang.Object
  extended by net.metanotion.urlmapper.MatchResultConst
All Implemented Interfaces:
MatchResult

public final class MatchResultConst
extends Object
implements MatchResult


Constructor Summary
MatchResultConst(String v)
           
 
Method Summary
 Object eval(Map<String,Object> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchResultConst

public MatchResultConst(String v)
Method Detail

eval

public Object eval(Map<String,Object> values)
Specified by:
eval in interface MatchResult