This project has retired. For details please refer to its
        
        Attic page.
      
 
RegexpRequestAttributeMatcher (Cocoon API 2.1.12-dev [March 20 2012])
org.apache.cocoon.matching
Class RegexpRequestAttributeMatcher
java.lang.Object
  
org.apache.avalon.framework.logger.AbstractLogEnabled
      
org.apache.cocoon.matching.AbstractPreparableMatcher
          
org.apache.cocoon.matching.AbstractRegexpMatcher
              
org.apache.cocoon.matching.RegexpRequestAttributeMatcher
- All Implemented Interfaces: 
 - Component, Configurable, LogEnabled, ThreadSafe, Matcher, PreparableMatcher
 
public class RegexpRequestAttributeMatcher
- extends AbstractRegexpMatcher
- implements Configurable
  
Matches a request attribute against a regular expression.
 
Global and local configuration
 
 attribute-name | String identifying the request attribute | 
 
- Version:
 
  - CVS $Id: RegexpRequestAttributeMatcher.html 1304258 2012-03-23 10:09:27Z ilgrosso $
 
- Author:
 
  - Vadim Gritsenko
 
 
| Fields inherited from interface org.apache.cocoon.matching.Matcher | 
ROLE | 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RegexpRequestAttributeMatcher
public RegexpRequestAttributeMatcher()
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-2010 The Apache Software Foundation. All Rights Reserved.