org.apache.cocoon.matching
Class RegexpURIMatcher

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.RegexpURIMatcher
All Implemented Interfaces:
LogEnabled, Matcher, PreparableMatcher, ThreadSafe

public class RegexpURIMatcher
extends AbstractRegexpMatcher

Matches the request URIs against a regular expression pattern.

Version:
CVS $Id: RegexpURIMatcher.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Sylvain Wallez

Field Summary
 
Fields inherited from interface org.apache.cocoon.matching.Matcher
ROLE
 
Constructor Summary
RegexpURIMatcher()
           
 
Method Summary
protected  String getMatchString(Map objectModel, Parameters parameters)
          Return the request URI.
 
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

RegexpURIMatcher

public RegexpURIMatcher()
Method Detail

getMatchString

protected String getMatchString(Map objectModel,
                                Parameters parameters)
Return the request URI.

Specified by:
getMatchString in class AbstractRegexpMatcher


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