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.sitemap Implemention of the Sitemap language  
org.apache.cocoon.components.treeprocessor.variables   
org.apache.cocoon.components.variables   
org.apache.cocoon.matching   
org.apache.cocoon.transformation   
 

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
abstract  String MapStackResolver.resolve(List mapStack)
          Deprecated. Resolve all {...} patterns using the values given in the list of maps.
static MapStackResolver MapStackResolver.getResolver(String expression)
          Deprecated. Get a resolver for a given expression.
static Parameters MapStackResolver.buildParameters(Map expressions, List mapStack)
          Deprecated. Build a Parameters object from a Map of named ListOfMapResolvers and a list of Maps used for resolution.
static Map MapStackResolver.resolveMap(Map expressions, List mapStack)
          Deprecated. Resolve all values of a Map from a Map of named ListOfMapResolvers and a list of Maps used for resolution.
 

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

Methods in org.apache.cocoon.components.treeprocessor.sitemap that throw PatternException
static List CallFunctionNode.resolveList(List expressions, ComponentManager manager, InvokeContext context, Map objectModel)
           
 

Constructors in org.apache.cocoon.components.treeprocessor.sitemap that throw PatternException
TransformNode(String name, VariableResolver source)
           
SwitchSelectNode(String name)
           
SerializeNode(String name, VariableResolver source, VariableResolver mimeType, int statusCode)
          Build a SerializerNode having a name, a mime-type and a status code (HTTP codes).
SelectNode(String name)
           
RedirectToURINode(VariableResolver uri, boolean createSession, boolean global, boolean permanent)
           
PreparableMatchNode(String type, String pattern, String name)
           
MatchNode(String type, VariableResolver pattern, String name)
           
GenerateNode(String name, VariableResolver source)
           
ActTypeNode(String type, VariableResolver source, String name, boolean inActionSet)
           
 

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, ComponentManager manager)
          Deprecated. use the version with ServiceManager
static VariableResolver VariableResolverFactory.getResolver(String expression, ServiceManager manager)
          Get a resolver for a given 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.
static void VariableExpressionTokenizer.tokenize(String expression, VariableExpressionTokenizer.TokenReciever reciever)
          Tokenizes specified expression.
 void VariableExpressionTokenizer.TokenReciever.addToken(int type, String value)
          Reports parsed tokens.
 String PreparedVariableResolver.resolve(InvokeContext context, Map objectModel)
           
 

Constructors in org.apache.cocoon.components.treeprocessor.variables that throw PatternException
PreparedVariableResolver(String expr, ComponentManager manager)
          Deprecated. use the version with ServiceManager
PreparedVariableResolver(String expr, ServiceManager manager)
           
 

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

Methods in org.apache.cocoon.components.variables that throw PatternException
 VariableResolver VariableResolverFactory.lookup(String expression)
          Get a resolver for a given expression.
 String VariableResolver.resolve()
          Resolve all {...} patterns .
protected  void PreparedVariableResolver.addModuleVariable(String moduleName, String variable)
           
 String PreparedVariableResolver.resolve()
           
 String NOPVariableResolver.resolve()
           
 VariableResolver DefaultVariableResolverFactory.lookup(String expression)
          Get a resolver for a given expression.
 

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

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 MountTableMatcher.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 LocaleMatcher.match(String pattern, Map objectModel, Parameters parameters)
           
 Map CookieMatcher.match(String pattern, Map objectModel, Parameters parameters)
           
 Map AbstractWildcardMatcher.match(String pattern, Map objectModel, Parameters parameters)
          Match the prepared pattern against the result of AbstractWildcardMatcher.getMatchString(Map, 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 AbstractPreparableMatcher.match(String pattern, Map objectModel, Parameters parameters)
          Match the pattern by preparing it and matching the prepared pattern.
 

Uses of PatternException in org.apache.cocoon.transformation
 

Constructors in org.apache.cocoon.transformation that throw PatternException
I18nTransformer.CatalogueInfo(String name, String[] locations)
           
 



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