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

Packages that use PatternException
org.apache.cocoon.ajax   
org.apache.cocoon.components.treeprocessor Evaluation tree based implementation of the Processor interface  
org.apache.cocoon.components.treeprocessor.variables   
org.apache.cocoon.matching   
org.apache.cocoon.profiler.debugging   
org.apache.cocoon.sitemap   
org.apache.cocoon.sitemap.impl   
 

Uses of PatternException in org.apache.cocoon.ajax
 

Methods in org.apache.cocoon.ajax that throw PatternException
 Map AjaxRequestMatcher.match(String pattern, Map objectModel, Parameters parameters)
           
 

Uses of PatternException in org.apache.cocoon.components.treeprocessor
 

Methods in org.apache.cocoon.components.treeprocessor that throw PatternException
protected  VariableResolver DefaultTreeBuilder.resolve(String expression)
          Resolve expression using its manager
 

Uses of PatternException in org.apache.cocoon.components.treeprocessor.variables
 

Methods in org.apache.cocoon.components.treeprocessor.variables that throw PatternException
static VariableResolver VariableResolverFactory.getResolver(String expression, ServiceManager manager)
          Get a resolver for a given expression.
 void VariableExpressionTokenizer.TokenReciever.addToken(int type, String value)
          Reports parsed tokens.
protected  org.apache.cocoon.components.treeprocessor.variables.PreparedVariableResolver.Token PreparedVariableResolver.getNewModuleToken(String moduleName)
           
 String PreparedVariableResolver.resolve(InvokeContext context, Map objectModel)
           
static void VariableExpressionTokenizer.tokenize(String expression, VariableExpressionTokenizer.TokenReciever reciever)
          Tokenizes specified expression.
 String VariableResolver.resolve(Map objectModel)
          Resolve all {...} patterns using the values given in the object model.
abstract  String VariableResolver.resolve(InvokeContext context, Map objectModel)
          Resolve all {...} patterns using the values given in the list of maps and the object model.
static Parameters VariableResolver.buildParameters(Map expressions, InvokeContext context, Map objectModel)
          Build a Parameters object from a Map of named VariableResolvers and a list of Maps used for resolution.
static Map VariableResolver.buildMap(Map expressions, InvokeContext context, Map objectModel)
          Build a Map from a Map of named ListOfMapResolvers and a list of Maps used for resolution.
 

Constructors in org.apache.cocoon.components.treeprocessor.variables that throw PatternException
PreparedVariableResolver(String expr, ServiceManager manager)
           
 

Uses of PatternException in org.apache.cocoon.matching
 

Methods in org.apache.cocoon.matching that throw PatternException
 Map AbstractPreparableMatcher.match(String pattern, Map objectModel, Parameters parameters)
          Match the pattern by preparing it and matching the prepared pattern.
 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 LocaleMatcher.match(String pattern, Map objectModel, Parameters parameters)
           
 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.
 Map CookieMatcher.match(String pattern, Map objectModel, Parameters parameters)
           
 Map MountTableMatcher.match(String pattern, Map objectModel, Parameters parameters)
           
 Object AbstractRegexpMatcher.preparePattern(String pattern)
          Compile the pattern in a org.apache.regexp.REProgram.
 Map AbstractRegexpMatcher.preparedMatch(Object preparedPattern, Map objectModel, Parameters parameters)
          Match the prepared pattern against the value returned by AbstractRegexpMatcher.getMatchString(Map, Parameters).
 Map AbstractWildcardMatcher.preparedMatch(Object preparedPattern, Map objectModel, Parameters parameters)
          Match the prepared pattern against the result of AbstractWildcardMatcher.getMatchString(Map, Parameters).
 

Uses of PatternException in org.apache.cocoon.profiler.debugging
 

Methods in org.apache.cocoon.profiler.debugging that throw PatternException
 Map SimpleSitemapExecutor.invokeMatcher(ExecutionContext context, Map objectModel, Matcher matcher, String pattern, Parameters resolvedParams)
           
 Map SimpleSitemapExecutor.invokePreparableMatcher(ExecutionContext context, Map objectModel, PreparableMatcher matcher, String pattern, Object preparedPattern, Parameters resolvedParams)
           
 Map RemoteDebuggingSitemapExecutor.invokeMatcher(ExecutionContext context, Map objectModel, Matcher matcher, String pattern, Parameters resolvedParams)
           
 Map RemoteDebuggingSitemapExecutor.invokePreparableMatcher(ExecutionContext context, Map objectModel, PreparableMatcher matcher, String pattern, Object preparedPattern, Parameters resolvedParams)
           
 

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
 

Uses of PatternException in org.apache.cocoon.sitemap.impl
 

Methods in org.apache.cocoon.sitemap.impl that throw PatternException
 Map DefaultExecutor.invokeMatcher(ExecutionContext context, Map objectModel, Matcher matcher, String pattern, Parameters resolvedParams)
           
 Map DefaultExecutor.invokePreparableMatcher(ExecutionContext context, Map objectModel, PreparableMatcher matcher, String pattern, Object preparedPattern, Parameters resolvedParams)
           
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.