Uses of Class
org.apache.velocity.tools.config.ToolConfiguration
Packages that use ToolConfiguration
-
Uses of ToolConfiguration in org.apache.velocity.tools.config
Subclasses with type arguments of type ToolConfiguration in org.apache.velocity.tools.configModifier and TypeClassDescriptionclassThis class handles configuration info for the Toolbox instances that will eventually be produced byToolboxFactory.Methods in org.apache.velocity.tools.config that return ToolConfigurationMethods in org.apache.velocity.tools.config that return types with arguments of type ToolConfigurationMethods in org.apache.velocity.tools.config with parameters of type ToolConfigurationModifier and TypeMethodDescriptionvoidToolboxConfiguration.addTool(ToolConfiguration tool) voidToolboxConfiguration.removeTool(ToolConfiguration tool) Method parameters in org.apache.velocity.tools.config with type arguments of type ToolConfigurationModifier and TypeMethodDescriptionvoidToolboxConfiguration.setTools(Collection<ToolConfiguration> tools) Constructors in org.apache.velocity.tools.config with parameters of type ToolConfigurationModifierConstructorDescriptionInvalidScopeException(ToolboxConfiguration toolbox, ToolConfiguration tool)