This project has retired. For details please refer to its
        
        Attic page.
      
org.apache.cocoon.matching
Class WildcardHostMatcher
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.framework.logger.AbstractLogEnabled
       org.apache.cocoon.matching.AbstractWildcardMatcher
org.apache.cocoon.matching.AbstractWildcardMatcher
           org.apache.cocoon.matching.WildcardHostMatcher
org.apache.cocoon.matching.WildcardHostMatcher
- All Implemented Interfaces: 
- Component, LogEnabled, ThreadSafe, Matcher
- public class WildcardHostMatcher 
- extends AbstractWildcardMatcher
Matches the target host ("Host" request header) against a wildcard expression.
- Version:
- CVS $Id: WildcardHostMatcher.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Giacomo Pati, Berin Loritsch, Paul Russell, Sylvain Wallez, Vadim Gritsenko
 
| Fields inherited from interface org.apache.cocoon.matching.Matcher | 
| ROLE | 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
WildcardHostMatcher
public WildcardHostMatcher()
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:
- getMatchStringin class- AbstractWildcardMatcher
 
- 
 
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.