org.apache.cocoon.matching
Class WildcardURIMatcher

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.matching.AbstractWildcardMatcher
          extended by org.apache.cocoon.matching.WildcardURIMatcher
All Implemented Interfaces:
Component, LogEnabled, ThreadSafe, Matcher

public class WildcardURIMatcher
extends AbstractWildcardMatcher

Match the request URI against a wildcard expression.

Version:
CVS $Id: WildcardURIMatcher.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Sylvain Wallez

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

WildcardURIMatcher

public WildcardURIMatcher()
Method Detail

getMatchString

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

Specified by:
getMatchString in class AbstractWildcardMatcher


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.