org.apache.cocoon.matching
Class RegexpParameterMatcher

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.matching.AbstractPreparableMatcher
          extended byorg.apache.cocoon.matching.AbstractRegexpMatcher
              extended byorg.apache.cocoon.matching.RegexpParameterMatcher
All Implemented Interfaces:
Configurable, LogEnabled, Matcher, PreparableMatcher, ThreadSafe

public class RegexpParameterMatcher
extends AbstractRegexpMatcher
implements Configurable

Matches a sitemap parameter against a regular expression.

Global and local configuration

parameter-nameName of the sitemap parameter to match against

Version:
CVS $Id: RegexpParameterMatcher.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Vadim Gritsenko

Field Summary
 
Fields inherited from interface org.apache.cocoon.matching.Matcher
ROLE
 
Constructor Summary
RegexpParameterMatcher()
           
 
Method Summary
 void configure(Configuration config)
           
protected  String getMatchString(Map objectModel, Parameters parameters)
          Get the string to test against the regular expression.
 
Methods inherited from class org.apache.cocoon.matching.AbstractRegexpMatcher
preparedMatch, preparePattern
 
Methods inherited from class org.apache.cocoon.matching.AbstractPreparableMatcher
match
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegexpParameterMatcher

public RegexpParameterMatcher()
Method Detail

configure

public void configure(Configuration config)
               throws ConfigurationException
Specified by:
configure in interface Configurable
Throws:
ConfigurationException

getMatchString

protected String getMatchString(Map objectModel,
                                Parameters parameters)
Description copied from class: AbstractRegexpMatcher
Get the string to test against the regular expression. To be defined by concrete subclasses.

Specified by:
getMatchString in class AbstractRegexpMatcher


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.