org.apache.cocoon.matching
Class RegexpHostMatcher

java.lang.Object
  extended byorg.apache.cocoon.util.AbstractLogEnabled
      extended byorg.apache.cocoon.matching.AbstractPreparableMatcher
          extended byorg.apache.cocoon.matching.AbstractRegexpMatcher
              extended byorg.apache.cocoon.matching.RegexpHostMatcher
All Implemented Interfaces:
org.apache.cocoon.matching.Matcher, org.apache.cocoon.matching.PreparableMatcher, ThreadSafe

public class RegexpHostMatcher
extends org.apache.cocoon.matching.AbstractRegexpMatcher

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

Version:
$Id: RegexpHostMatcher.html 1304280 2012-03-23 11:18:01Z ilgrosso $

Field Summary
 
Fields inherited from interface org.apache.cocoon.matching.Matcher
ROLE
 
Constructor Summary
RegexpHostMatcher()
           
 
Method Summary
protected  String getMatchString(Map objectModel, Parameters parameters)
           
 
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.cocoon.util.AbstractLogEnabled
getLogger, setLogger
 
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)


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