Package org.apache.cocoon.matching

Class Summary
CookieMatcher Matches cookies agains given name.
HeaderMatcher This class allows for matching based on a request header.
MountTableMatcher A matcher that manages a "mount table", allowing to add subsitemaps to a Cocoon application without modifying the main sitemap.
ParameterMatcher This class allows for matching based on a parameter provided from the sitemap.
RegexpHeaderMatcher Matches a request header (e.g.
RegexpHostMatcher Matches the target host ("Host" request header) against a regular expression.
RegexpParameterMatcher Matches a sitemap parameter against a regular expression.
RegexpRequestAttributeMatcher Matches a request attribute against a regular expression.
RegexpRequestParameterMatcher Matches a request parameter against a regular expression.
RegexpSessionAttributeMatcher Matches a session attribute against a regular expression.
RegexpURIMatcher Matches the request URIs against a regular expression pattern.
RequestAttributeMatcher This class allows for matching based on a request attribute.
RequestParameterMatcher This class allows for matching based on a request parameter.
SessionAttributeMatcher This class allows for matching based on a session attribute.
WildcardHeaderMatcher Matches a request header (e.g.
WildcardHostMatcher Matches the target host ("Host" request header) against a wildcard expression.
WildcardParameterMatcher Matches a sitemap parameter against a wildcard expression.
WildcardRequestAttributeMatcher Matches a request attribute against a wildcard expression.
WildcardRequestParameterMatcher Matches a request parameter against a wildcard expression.
WildcardSessionAttributeMatcher Matches a session attribute against a wildcard expression.
WildcardURIMatcher Match the request URI against a wildcard expression.
 



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