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

Packages that use PatternException
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   
 

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)
           
AggregateNode(VariableResolver element, VariableResolver nsURI, VariableResolver nsPrefix)
           
AggregateNode.Part(VariableResolver source, VariableResolver element, VariableResolver nsURI, VariableResolver nsPrefix, VariableResolver stripRoot)
           
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)
          Get a resolver for a given expression.
 String PreparedVariableResolver.resolve(InvokeContext context, Map objectModel)
           
 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, ComponentManager 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
 Map MountTableMatcher.match(String pattern, Map objectModel, Parameters parameters)
           
 Map CookieMatcher.match(String pattern, Map objectModel, Parameters parameters)
           
 Map AbstractWildcardMatcher.preparedMatch(Object preparedPattern, 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.
 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.
 



Copyright ⌐ 1999-2004 The Apache Software Foundation. All Rights Reserved.