org.apache.cocoon.matching
Class RegexpURIMatcher
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.matching.AbstractPreparableMatcher
org.apache.cocoon.matching.AbstractRegexpMatcher
org.apache.cocoon.matching.RegexpURIMatcher
- All Implemented Interfaces:
- Component, LogEnabled, ThreadSafe, Matcher, PreparableMatcher
public class RegexpURIMatcher
- extends AbstractRegexpMatcher
Matches the request URIs against a regular expression pattern.
- Version:
- CVS $Id: RegexpURIMatcher.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Sylvain Wallez
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 |
RegexpURIMatcher
public RegexpURIMatcher()
getMatchString
protected String getMatchString(Map objectModel,
Parameters parameters)
- Return the request URI.
- Specified by:
getMatchString
in class AbstractRegexpMatcher
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.