Uses of Class
org.apache.velocity.tools.config.ToolboxConfiguration
-
Packages that use ToolboxConfiguration Package Description org.apache.velocity.tools.config -
-
Uses of ToolboxConfiguration in org.apache.velocity.tools.config
Methods in org.apache.velocity.tools.config that return ToolboxConfiguration Modifier and Type Method Description ToolboxConfigurationFactoryConfiguration. getToolbox(String scope)Methods in org.apache.velocity.tools.config that return types with arguments of type ToolboxConfiguration Modifier and Type Method Description Collection<ToolboxConfiguration>FactoryConfiguration. getToolboxes()EasyFactoryConfiguration.EasyWrap<ToolboxConfiguration>EasyFactoryConfiguration. toolbox(String scope)Methods in org.apache.velocity.tools.config with parameters of type ToolboxConfiguration Modifier and Type Method Description voidFactoryConfiguration. addToolbox(ToolboxConfiguration toolbox)voidConfigurationCleaner. clean(ToolboxConfiguration toolbox)protected voidPropertiesFactoryConfiguration. readTools(org.apache.commons.collections.ExtendedProperties tools, ToolboxConfiguration toolbox)voidFactoryConfiguration. removeToolbox(ToolboxConfiguration toolbox)Method parameters in org.apache.velocity.tools.config with type arguments of type ToolboxConfiguration Modifier and Type Method Description voidFactoryConfiguration. setToolboxes(Collection<ToolboxConfiguration> toolboxes)Constructors in org.apache.velocity.tools.config with parameters of type ToolboxConfiguration Constructor Description InvalidScopeException(ToolboxConfiguration toolbox, ToolConfiguration tool)
-