org.apache.cocoon.sitemap.matcher
Class StartsWithMatcher

java.lang.Object
  extended by org.apache.cocoon.sitemap.matcher.StartsWithMatcher
All Implemented Interfaces:
Matcher

public class StartsWithMatcher
extends Object
implements Matcher


Constructor Summary
StartsWithMatcher()
           
 
Method Summary
 Map<String,String> match(String expression, String testValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartsWithMatcher

public StartsWithMatcher()
Method Detail

match

public Map<String,String> match(String expression,
                                String testValue)
Specified by:
match in interface Matcher


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.