org.apache.cocoon.matching
Class WildcardHostMatcher

java.lang.Object
  extended byorg.apache.avalon.framework.logger.AbstractLogEnabled
      extended byorg.apache.cocoon.matching.AbstractPreparableMatcher
          extended byorg.apache.cocoon.matching.AbstractWildcardMatcher
              extended byorg.apache.cocoon.matching.WildcardHostMatcher
All Implemented Interfaces:
LogEnabled, Matcher, PreparableMatcher, ThreadSafe

public class WildcardHostMatcher
extends AbstractWildcardMatcher

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

Version:
CVS $Id: WildcardHostMatcher.java 30941 2004-07-29 19:56:58Z vgritsenko $
Author:
Giacomo Pati, Berin Loritsch, Paul Russell, Sylvain Wallez, Vadim Gritsenko

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

WildcardHostMatcher

public WildcardHostMatcher()
Method Detail

getMatchString

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

Specified by:
getMatchString in class AbstractWildcardMatcher


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.