|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Matcher | |
---|---|
org.apache.cocoon.ajax | |
org.apache.cocoon.matching | |
org.apache.cocoon.matching.modular |
Uses of Matcher in org.apache.cocoon.ajax |
---|
Classes in org.apache.cocoon.ajax that implement Matcher | |
---|---|
class |
AjaxRequestMatcher
A matcher that tests if the current request is an Ajax request. |
Uses of Matcher in org.apache.cocoon.matching |
---|
Subinterfaces of Matcher in org.apache.cocoon.matching | |
---|---|
interface |
PreparableMatcher
A matcher that can prepare patterns during sitemap setup for faster match at request time. |
Classes in org.apache.cocoon.matching that implement Matcher | |
---|---|
class |
AbstractPreparableMatcher
A matcher that can prepare patterns during sitemap setup for faster match at request time. |
class |
AbstractRegexpMatcher
Base class for all matchers using a regular expression pattern. |
class |
AbstractWildcardMatcher
Base class for wildcard matchers |
class |
CookieMatcher
Matches cookies agains given name. |
class |
HeaderMatcher
This class allows for matching based on a request header. |
class |
LocaleMatcher
A matcher that locates and identifies to the pipeline a source document to be used as the content for an i18n site, based upon a locale provided in a range of ways. |
class |
MountTableMatcher
A matcher that manages a "mount table", allowing to add subsitemaps to a Cocoon application without modifying the main sitemap. |
class |
ParameterMatcher
This class allows for matching based on a parameter provided from the sitemap. |
class |
RegexpHeaderMatcher
Matches a request header (e.g. |
class |
RegexpHostMatcher
Matches the target host ("Host" request header) against a regular expression. |
class |
RegexpParameterMatcher
Matches a sitemap parameter against a regular expression. |
class |
RegexpRequestAttributeMatcher
Matches a request attribute against a regular expression. |
class |
RegexpRequestParameterMatcher
Matches a request parameter against a regular expression. |
class |
RegexpSessionAttributeMatcher
Matches a session attribute against a regular expression. |
class |
RegexpTargetHostMatcher
Deprecated. Renamed to RegexpHostMatcher |
class |
RegexpURIMatcher
Matches the request URIs against a regular expression pattern. |
class |
RequestAttributeMatcher
This class allows for matching based on a request attribute. |
class |
RequestParameterMatcher
This class allows for matching based on a request parameter. |
class |
RequestParamMatcher
Deprecated. Renamed to RequestParameterMatcher |
class |
SessionAttributeMatcher
This class allows for matching based on a session attribute. |
class |
WildcardHeaderMatcher
Matches a request header (e.g. |
class |
WildcardHostMatcher
Matches the target host ("Host" request header) against a wildcard expression. |
class |
WildcardParameterMatcher
Matches a sitemap parameter against a wildcard expression. |
class |
WildcardParameterValueMatcher
Deprecated. Renamed to WildcardRequestParameterMatcher |
class |
WildcardRequestAttributeMatcher
Matches a request attribute against a wildcard expression. |
class |
WildcardRequestParameterMatcher
Matches a request parameter against a wildcard expression. |
class |
WildcardSessionAttributeMatcher
Matches a session attribute against a wildcard expression. |
class |
WildcardURIMatcher
Match the request URI against a wildcard expression. |
Uses of Matcher in org.apache.cocoon.matching.modular |
---|
Classes in org.apache.cocoon.matching.modular that implement Matcher | |
---|---|
class |
CachingRegexpMatcher
Matches against a regular expression. |
class |
CachingWildcardMatcher
Matches against a wildcard expression. |
class |
WildcardMatcher
Matches against a wildcard expression. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |