Uses of Class
org.apache.velocity.tools.ToolInfo
-
Packages that use ToolInfo Package Description 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 Modifier and Type Class Description classOldToolInfoManages old tools which still use the deprecated init() method.Methods in org.apache.velocity.tools that return types with arguments of type ToolInfo Modifier and Type Method Description protected Map<String,ToolInfo>ToolboxFactory. getToolInfo(String scope)Methods in org.apache.velocity.tools with parameters of type ToolInfo Modifier and Type Method Description protected voidToolboxFactory. addToolInfo(String scope, ToolInfo tool)protected booleanToolbox. hasPermission(ToolInfo info, String path)Constructor parameters in org.apache.velocity.tools with type arguments of type ToolInfo Constructor Description 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 Modifier and Type Method Description ToolInfoToolConfiguration. createInfo()
-