org.apache.cocoon.matching
Class RegexpTargetHostMatcher

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.matching.AbstractPreparableMatcher
          extended by org.apache.cocoon.matching.AbstractRegexpMatcher
              extended by org.apache.cocoon.matching.RegexpHostMatcher
                  extended by org.apache.cocoon.matching.RegexpTargetHostMatcher
All Implemented Interfaces:
Initializable, Component, LogEnabled, ThreadSafe, Matcher, PreparableMatcher

Deprecated. Renamed to RegexpHostMatcher

public class RegexpTargetHostMatcher
extends RegexpHostMatcher
implements Initializable

Version:
CVS $Id: RegexpTargetHostMatcher.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Vadim Gritsenko

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

RegexpTargetHostMatcher

public RegexpTargetHostMatcher()
Deprecated. 
Method Detail

initialize

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


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