Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.cocoon.matching.helpers.* (2)org.apache.cocoon.matching.modular.* (2)

org.apache.cocoon.matching: Javadoc index of package org.apache.cocoon.matching.


Package Samples:

org.apache.cocoon.matching.modular
org.apache.cocoon.matching.helpers

Classes:

WildcardMatcher: Matches against a wildcard expression. Needs an input module to obtain value to match against. Global and local configuration input-module Name of the input module used to obtain the value parameter-name Name of the parameter to match * against
CachingWildcardMatcher: Matches against a wildcard expression. Needs an input module to obtain value to match against. Global and local configuration input-module Name of the input module used to obtain the value parameter-name Name of the parameter to match * against
RequestAttributeMatcher: This class allows for matching based on a request attribute. If the specified request attribute exists, its string representation is retrieved for later sitemap substitution. Example: <map:match type="request-attribute" pattern="next"> <map:redirect-to src="{1}"/> </map:match>
ParameterMatcher: This class allows for matching based on a parameter provided from the sitemap. If the specified sitemap parameter exists, its value is retrieved for later sitemap substitution. Example: <map:match type="parameter" pattern="dest"> <map:redirect-to uri="{1}"/> </map:match>
SessionAttributeMatcher: This class allows for matching based on a session attribute. If the specified session attribute exists, its string representation is retrieved for later sitemap substitution. Example: <map:match type="session-attribute" pattern="style"> <map:read src="{1}"/> </map:match>
HeaderMatcher: This class allows for matching based on a request header. If the specified request header parameter exists, its value is retrieved for later sitemap substitution. Example: <map:match type="header" pattern="referer"> <map:redirect-to uri="{1}"/> </map:match>
RequestParameterMatcher: This class allows for matching based on a request parameter. If the specified request parameter exists, its value is retrieved for later sitemap substitution. Example: <map:match type="request" pattern="dest"> <map:redirect-to uri="{1}"/> </map:match>
AbstractPreparableMatcher: A matcher that can prepare patterns during sitemap setup for faster match at request time. This is also a regular matcher, meaning the sitemap can decide either to prepare the pattern or to match with a request-time evaluated pattern (for {..} substitution).
PreparableMatcher: A matcher that can prepare patterns during sitemap setup for faster match at request time. This is also a regular matcher, meaning the sitemap can decide either to prepare the pattern or to match with a request-time evaluated pattern (for {..} substitution).
WildcardHeaderMatcher: Matches a request header (e.g. "referer") against a wildcard expression. Global and local configuration header-name Name of the request header to match against
RegexpHeaderMatcher: Matches a request header (e.g. "referer") against a regular expression. Global and local configuration header-name Name of the request header to match against
WildcardParameterMatcher: Matches a sitemap parameter against a wildcard expression. Global and local configuration parameter-name Name of the sitemap parameter to match against
WildcardRequestParameterMatcher: Matches a request parameter against a wildcard expression. Global and local configuration parameter-name Name of the request parameter to match against
RegexpParameterMatcher: Matches a sitemap parameter against a regular expression. Global and local configuration parameter-name Name of the sitemap parameter to match against
RegexpRequestParameterMatcher: Matches a request parameter against a regular expression. Global and local configuration parameter-name Name of the request parameter to match against
WildcardRequestAttributeMatcher: Matches a request attribute against a wildcard expression. Global and local configuration attribute-name String identifying the request attribute
WildcardSessionAttributeMatcher: Matches a session attribute against a wildcard expression. Global and local configuration attribute-name String identifying the session attribute
RegexpRequestAttributeMatcher: Matches a request attribute against a regular expression. Global and local configuration attribute-name String identifying the request attribute
RegexpSessionAttributeMatcher: Matches a session attribute against a regular expression. Global and local configuration attribute-name String identifying the session attribute
WildcardParameterValueMatcherFactory: replaced by WildcardRequestParameterMatcher - code factories should no longer be used
WildcardSessionAttributeMatcherFactory: replaced by WildcardSessionAttributeMatcher - code factories should no longer be used
WildcardURIMatcher: This class is an utility class that perform wilcard-patterns matching and isolation.
WildcardHelper: This class is an utility class that perform wilcard-patterns matching and isolation.
WildcardHostMatcher: Matches the target host ("Host" request header) against a wildcard expression.
RegexpHostMatcher: Matches the target host ("Host" request header) against a regular expression.

Home | Contact Us | Privacy Policy | Terms of Service