Uses of Class
org.apache.velocity.tools.ToolboxFactory
-
Packages that use ToolboxFactory Package Description org.apache.velocity.tools org.apache.velocity.tools.config -
-
Uses of ToolboxFactory in org.apache.velocity.tools
Fields in org.apache.velocity.tools declared as ToolboxFactory Modifier and Type Field Description protected ToolboxFactoryToolManager. factoryMethods in org.apache.velocity.tools that return ToolboxFactory Modifier and Type Method Description ToolboxFactoryToolManager. getToolboxFactory()Returns the underlyingToolboxFactorybeing used.Methods in org.apache.velocity.tools with parameters of type ToolboxFactory Modifier and Type Method Description voidToolManager. setToolboxFactory(ToolboxFactory factory)Sets the underlying ToolboxFactory being used. -
Uses of ToolboxFactory in org.apache.velocity.tools.config
Methods in org.apache.velocity.tools.config that return ToolboxFactory Modifier and Type Method Description static ToolboxFactoryConfigurationUtils. createFactory()Returns a new, standardToolboxFactoryconfigured with the results ofConfigurationUtils.findFromSystemProperty().ToolboxFactoryFactoryConfiguration. createFactory()
-