org.apache.cocoon.matching
Class WildcardParameterValueMatcher

java.lang.Object
  |
  +--org.apache.avalon.framework.logger.AbstractLoggable
        |
        +--org.apache.cocoon.matching.AbstractPreparableMatcher
              |
              +--org.apache.cocoon.matching.AbstractWildcardMatcher
                    |
                    +--org.apache.cocoon.matching.WildcardRequestParameterMatcher
                          |
                          +--org.apache.cocoon.matching.WildcardParameterValueMatcher
All Implemented Interfaces:
org.apache.avalon.framework.component.Component, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.logger.Loggable, Matcher, PreparableMatcher, org.apache.avalon.framework.thread.ThreadSafe
Direct Known Subclasses:
WildcardParameterValueMatcherFactory

Deprecated. Renamed to WildcardRequestParameterMatcher

public class WildcardParameterValueMatcher
extends WildcardRequestParameterMatcher
implements org.apache.avalon.framework.activity.Initializable

Version:
CVS $Id: WildcardParameterValueMatcher.java,v 1.6 2002/02/22 07:03:52 cziegeler Exp $
Author:
Vadim Gritsenko

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
preparedMatch, preparePattern
 
Methods inherited from class org.apache.cocoon.matching.AbstractPreparableMatcher
match
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable
getLogger, setLogger, 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 org.apache.avalon.framework.activity.Initializable


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.