This project has retired. For details please refer to its Attic page.
Matcher (Apache Cocoon 3: Parent 3.0.0-beta-1-SNAPSHOT API)

org.apache.cocoon.sitemap.matcher
Interface Matcher

All Known Implementing Classes:
ContainsMatcher, EndsWithMatcher, EqualsMatcher, RegexpMatcher, StartsWithMatcher, WildcardMatcher

public interface Matcher


Method Summary
 Map<String,String> match(String expression, String testValue)
           
 

Method Detail

match

Map<String,String> match(String expression,
                         String testValue)


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