org.apache.cocoon.matching
Class RegexpHostMatcher

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
All Implemented Interfaces:
Component, LogEnabled, ThreadSafe, Matcher, PreparableMatcher
Direct Known Subclasses:
RegexpTargetHostMatcher

public class RegexpHostMatcher
extends AbstractRegexpMatcher

Matches the target host ("Host" request header) against a regular expression.

Version:
CVS $Id: RegexpHostMatcher.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Giacomo Pati, Berin Loritsch, Paul Russell, Sylvain Wallez

Field Summary
 
Fields inherited from interface org.apache.cocoon.matching.Matcher
ROLE
 
Constructor Summary
RegexpHostMatcher()
           
 
Method Summary
protected  String getMatchString(Map objectModel, Parameters parameters)
          Get the string to test against the regular expression.
 
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

RegexpHostMatcher

public RegexpHostMatcher()
Method Detail

getMatchString

protected String getMatchString(Map objectModel,
                                Parameters parameters)
Description copied from class: AbstractRegexpMatcher
Get the string to test against the regular expression. To be defined by concrete subclasses.

Specified by:
getMatchString in class AbstractRegexpMatcher


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