Package org.apache.cocoon.matching

Interface Summary
Matcher  
PreparableMatcher A matcher that can prepare patterns during sitemap setup for faster match at request time.
 

Class Summary
AbstractPreparableMatcher A matcher that can prepare patterns during sitemap setup for faster match at request time.
AbstractRegexpMatcher Base class for all matchers using a regular expression pattern.
AbstractWildcardMatcher Base class for wildcard matchers
RegexpTargetHostMatcher Matches the target host ("Host" request header) against a regular expression.
RegexpTargetHostMatcherFactory Deprecated. replaced by RegexpTargetHostMatcher - code factories should no longer be used
RegexpURIMatcher Matches the request URIs against a regular expression pattern.
RegexpURIMatcherFactory Deprecated. replaced by RegexpURIMatcher - code factories should no longer be used
RequestParamMatcher This class allows for matching based on a request parameter.
WildcardHeaderMatcher Matches a request header (e.g
WildcardHeaderMatcherFactory Deprecated. replaced by WildcardHeaderMatcher - code factories should no longer be used
WildcardParameterValueMatcher Matches a request parameter against a wildcard expression.
WildcardParameterValueMatcherFactory Deprecated. replaced by WildcardParameterValueMatcher - code factories should no longer be used
WildcardSessionAttributeMatcher Matches a session attribute against a wildcard expression.
WildcardSessionAttributeMatcherFactory Deprecated. replaced by WildcardSessionAttributeMatcher - code factories should no longer be used
WildcardURIMatcher Match the request URI against a regular expression.
WildcardURIMatcherFactory Deprecated. replaced by WildcardURIMatcher - code factories should no longer be used
 



Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.