Uses of Class
org.apache.velocity.tools.config.ToolboxConfiguration

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

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

Methods in org.apache.velocity.tools.config that return ToolboxConfiguration
 ToolboxConfiguration FactoryConfiguration.getToolbox(String scope)
           
 

Methods in org.apache.velocity.tools.config that return types with arguments of type ToolboxConfiguration
 Collection<ToolboxConfiguration> FactoryConfiguration.getToolboxes()
           
 EasyFactoryConfiguration.EasyWrap<ToolboxConfiguration> EasyFactoryConfiguration.toolbox(String scope)
           
 

Methods in org.apache.velocity.tools.config with parameters of type ToolboxConfiguration
 void FactoryConfiguration.addToolbox(ToolboxConfiguration toolbox)
           
 void ConfigurationCleaner.clean(ToolboxConfiguration toolbox)
           
protected  void PropertiesFactoryConfiguration.readTools(org.apache.commons.collections.ExtendedProperties tools, ToolboxConfiguration toolbox)
           
 void FactoryConfiguration.removeToolbox(ToolboxConfiguration toolbox)
           
 

Method parameters in org.apache.velocity.tools.config with type arguments of type ToolboxConfiguration
 void FactoryConfiguration.setToolboxes(Collection<ToolboxConfiguration> toolboxes)
           
 

Constructors in org.apache.velocity.tools.config with parameters of type ToolboxConfiguration
InvalidScopeException(ToolboxConfiguration toolbox, ToolConfiguration tool)
           
 



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