Uses of Class
org.apache.cocoon.components.treeprocessor.variables.VariableResolver

Packages that use VariableResolver
org.apache.cocoon.components.treeprocessor.sitemap Implemention of the Sitemap language  
org.apache.cocoon.components.treeprocessor.variables   
 

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

Fields in org.apache.cocoon.components.treeprocessor.sitemap declared as VariableResolver
protected  VariableResolver ContinueNode.continuationIdResolver
           
protected  VariableResolver CallFunctionNode.functionName
           
protected  VariableResolver CallFunctionNode.continuationId
           
protected  VariableResolver AggregateNode.Part.source
           
protected  VariableResolver AggregateNode.Part.element
           
protected  VariableResolver AggregateNode.Part.nsURI
           
protected  VariableResolver AggregateNode.Part.nsPrefix
           
protected  VariableResolver AggregateNode.Part.stripRoot
           
protected  VariableResolver ActTypeNode.source
          The 'src' attribute
 

Methods in org.apache.cocoon.components.treeprocessor.sitemap with parameters of type VariableResolver
 void SwitchSelectNode.setCases(ProcessingNode[][] whenNodes, VariableResolver[] whenTests, ProcessingNode[] otherwhiseNodes)
           
 void SelectNode.setCases(ProcessingNode[][] whenNodes, VariableResolver[] whenTests, ProcessingNode[] otherwhiseNodes)
           
 

Constructors in org.apache.cocoon.components.treeprocessor.sitemap with parameters of type VariableResolver
TransformNode(String name, VariableResolver source)
           
SerializeNode(String name, VariableResolver source, VariableResolver mimeType, int statusCode)
          Build a SerializerNode having a name, a mime-type and a status code (HTTP codes).
RedirectToURINode(VariableResolver uri, boolean createSession, boolean global, boolean permanent)
           
ReadNode(String name, VariableResolver source, VariableResolver mimeType, int statusCode)
          Build a SerializerNode having a name, a mime-type and a status code (HTTP codes).
MountNode(VariableResolver prefix, VariableResolver source, String language, TreeProcessor parentProcessor)
           
MatchNode(String type, VariableResolver pattern, String name)
           
GenerateNode(String name, VariableResolver source)
           
CallFunctionNode(VariableResolver functionName, VariableResolver continuationId)
           
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 VariableResolver in org.apache.cocoon.components.treeprocessor.variables
 

Subclasses of VariableResolver in org.apache.cocoon.components.treeprocessor.variables
 class NOPVariableResolver
          No-op implementation of VariableResolver for constant expressions
 class PreparedVariableResolver
          Prepared implementation of VariableResolver for fast evaluation.
 

Methods in org.apache.cocoon.components.treeprocessor.variables that return VariableResolver
static VariableResolver VariableResolverFactory.getResolver(String expression, ComponentManager manager)
          Get a resolver for a given expression.
 



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