|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PreparableMatcher | |
org.apache.cocoon.matching | |
org.apache.cocoon.matching.modular | |
org.apache.cocoon.profiler.debugging | |
org.apache.cocoon.sitemap | |
org.apache.cocoon.sitemap.impl |
Uses of PreparableMatcher in org.apache.cocoon.matching |
Classes in org.apache.cocoon.matching that implement PreparableMatcher | |
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 |
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 |
RegexpURIDefaultsMatcher
Matches the request URIs against a regular expression pattern. |
class |
RegexpURIMatcher
Matches the request URIs against a regular expression pattern. |
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 |
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 PreparableMatcher in org.apache.cocoon.matching.modular |
Classes in org.apache.cocoon.matching.modular that implement PreparableMatcher | |
class |
CachingRegexpMatcher
Matches against a regular expression. |
class |
CachingWildcardMatcher
Matches against a wildcard expression. |
class |
WildcardMatcher
Matches against a wildcard expression. |
Uses of PreparableMatcher in org.apache.cocoon.profiler.debugging |
Methods in org.apache.cocoon.profiler.debugging with parameters of type PreparableMatcher | |
Map |
SimpleSitemapExecutor.invokePreparableMatcher(ExecutionContext context,
Map objectModel,
PreparableMatcher matcher,
String pattern,
Object preparedPattern,
Parameters resolvedParams)
|
Map |
RemoteDebuggingSitemapExecutor.invokePreparableMatcher(ExecutionContext context,
Map objectModel,
PreparableMatcher matcher,
String pattern,
Object preparedPattern,
Parameters resolvedParams)
|
Uses of PreparableMatcher in org.apache.cocoon.sitemap |
Methods in org.apache.cocoon.sitemap with parameters of type PreparableMatcher | |
Map |
SitemapExecutor.invokePreparableMatcher(ExecutionContext context,
Map objectModel,
PreparableMatcher matcher,
String pattern,
Object preparedPattern,
Parameters parameters)
Invoke a match and return the result |
Uses of PreparableMatcher in org.apache.cocoon.sitemap.impl |
Methods in org.apache.cocoon.sitemap.impl with parameters of type PreparableMatcher | |
Map |
DefaultExecutor.invokePreparableMatcher(ExecutionContext context,
Map objectModel,
PreparableMatcher matcher,
String pattern,
Object preparedPattern,
Parameters resolvedParams)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |