org.apache.cocoon.matching
Class WildcardParameterValueMatcher

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.matching.AbstractWildcardMatcher
          extended byorg.apache.cocoon.matching.WildcardRequestParameterMatcher
              extended byorg.apache.cocoon.matching.WildcardParameterValueMatcher
All Implemented Interfaces:
Component, Configurable, Initializable, LogEnabled, Matcher, ThreadSafe

Deprecated. Renamed to WildcardRequestParameterMatcher

public class WildcardParameterValueMatcher
extends WildcardRequestParameterMatcher
implements Initializable

Version:
CVS $Id: WildcardParameterValueMatcher.java 433543 2006-08-22 06:22:54Z crossley $
Author:
Vadim Gritsenko

Field Summary
 
Fields inherited from interface org.apache.cocoon.matching.Matcher
ROLE
 
Constructor Summary
WildcardParameterValueMatcher()
          Deprecated.  
 
Method Summary
 void initialize()
          Deprecated.  
 
Methods inherited from class org.apache.cocoon.matching.WildcardRequestParameterMatcher
configure, getMatchString
 
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

WildcardParameterValueMatcher

public WildcardParameterValueMatcher()
Deprecated. 
Method Detail

initialize

public void initialize()
Deprecated. 
Specified by:
initialize in interface Initializable


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