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

Packages that use VariableResolver
org.apache.cocoon.components.treeprocessor.sitemap   
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 ActTypeNode.source
          The 'src' attribute
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
           
 

Methods in org.apache.cocoon.components.treeprocessor.sitemap that return VariableResolver
protected  VariableResolver SitemapLanguage.resolve(String expression)
          Resolve expression using its manager
 

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

Constructors in org.apache.cocoon.components.treeprocessor.sitemap with parameters of type VariableResolver
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, TreeProcessor parentProcessor, boolean checkReload, boolean passThrough)
           
TransformNode(String name, VariableResolver source)
           
GenerateNode(String name, VariableResolver source)
           
MatchNode(String type, VariableResolver pattern, String name)
           
ActTypeNode(String type, VariableResolver source, String name, boolean inActionSet)
           
CallFunctionNode(VariableResolver functionName, VariableResolver continuationId, String[] argumentNames)
           
SerializeNode(String name, VariableResolver source, VariableResolver mimeType, VariableResolver statusCode)
          Build a SerializerNode having a name, a mime-type and a status code (HTTP codes).
AggregateNode(VariableResolver element, VariableResolver nsURI, VariableResolver nsPrefix)
           
AggregateNode.Part(VariableResolver source, VariableResolver element, VariableResolver nsURI, VariableResolver nsPrefix, VariableResolver stripRoot)
           
RedirectToURINode(VariableResolver uri, boolean createSession, boolean global, boolean permanent)
           
 

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.
 class StringTemplateParserVariableResolver
          VariableResolver that uses StringTemplateParser to resolve expressions.
 

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



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