org.apache.cocoon.sitemap.node
Class MatchNode.MatcherContext

java.lang.Object
  extended by org.apache.cocoon.sitemap.node.MatchNode.MatcherContext
Enclosing class:
MatchNode

protected static class MatchNode.MatcherContext
extends Object


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

Constructor Detail

MatchNode.MatcherContext

public MatchNode.MatcherContext(Matcher matcher,
                                String expression)
Method Detail

match

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

toString

public String toString()
Overrides:
toString in class Object


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