| org.apache.cocoon.matching.AbstractPreparableMatcher
All known Subclasses: org.apache.cocoon.matching.AbstractRegexpMatcher,
AbstractPreparableMatcher | abstract public class AbstractPreparableMatcher extends AbstractLogEnabled implements PreparableMatcher(Code) | | 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).
author: Sylvain Wallez version: CVS $Id: AbstractPreparableMatcher.java 433543 2006-08-22 06:22:54Z crossley $ |
Method Summary | |
public Map | match(String pattern, Map objectModel, Parameters parameters) Match the pattern by preparing it and matching the prepared pattern. |
match | public Map match(String pattern, Map objectModel, Parameters parameters) throws PatternException(Code) | | Match the pattern by preparing it and matching the prepared pattern.
|
|
|