Uses of Class
org.apache.velocity.tools.ToolInfo

Packages that use ToolInfo
org.apache.velocity.tools   
org.apache.velocity.tools.config   
 

Uses of ToolInfo in org.apache.velocity.tools
 

Subclasses of ToolInfo in org.apache.velocity.tools
 class OldToolInfo
          Manages old tools which still use the deprecated init() method.
 

Methods in org.apache.velocity.tools that return types with arguments of type ToolInfo
protected  Map<String,ToolInfo> ToolboxFactory.getToolInfo(String scope)
           
 

Methods in org.apache.velocity.tools with parameters of type ToolInfo
protected  void ToolboxFactory.addToolInfo(String scope, ToolInfo tool)
           
protected  boolean Toolbox.hasPermission(ToolInfo info, String path)
           
 

Constructor parameters in org.apache.velocity.tools with type arguments of type ToolInfo
Toolbox(Map<String,ToolInfo> toolInfo)
           
Toolbox(Map<String,ToolInfo> toolInfo, Map<String,Object> properties)
           
 

Uses of ToolInfo in org.apache.velocity.tools.config
 

Methods in org.apache.velocity.tools.config that return ToolInfo
 ToolInfo ToolConfiguration.createInfo()
           
 



Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.