Uses of Class
org.apache.cocoon.sitemap.PatternException

Packages that use PatternException
org.apache.cocoon.matching   
org.apache.cocoon.sitemap   
 

Uses of PatternException in org.apache.cocoon.matching
 

Methods in org.apache.cocoon.matching that throw PatternException
 Object PreparableMatcher.preparePattern(String pattern)
          Prepares a pattern in a form that allows faster match.
 Map PreparableMatcher.preparedMatch(Object preparedPattern, Map objectModel, Parameters parameters)
          Matches the prepared pattern against some values in the object model (most often the Request) and returns a Map object with replacements for wildcards contained in the pattern.
 Map Matcher.match(String pattern, Map objectModel, Parameters parameters)
          Matches the pattern against some Request values and returns a Map object with replacements for wildcards contained in the pattern.
 

Uses of PatternException in org.apache.cocoon.sitemap
 

Methods in org.apache.cocoon.sitemap that throw PatternException
 Map SitemapExecutor.invokeMatcher(ExecutionContext context, Map objectModel, Matcher matcher, String pattern, Parameters parameters)
          Invoke a match and return the result
 Map SitemapExecutor.invokePreparableMatcher(ExecutionContext context, Map objectModel, PreparableMatcher matcher, String pattern, Object preparedPattern, Parameters parameters)
          Invoke a match and return the result
 



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