Uses of Class
org.apache.velocity.tools.ToolboxFactory
-
Packages that use ToolboxFactory Package Description org.apache.velocity.tools org.apache.velocity.tools.config org.apache.velocity.tools.view Contains tools and supporting infrastructure for using those tools in a servlet environment as well as general use classes to support use of Velocity as (or in) the view layer of web applications. -
-
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 of bothConfigurationUtils.getAutoLoaded()andConfigurationUtils.findFromSystemProperty().ToolboxFactoryFactoryConfiguration. createFactory() -
Uses of ToolboxFactory in org.apache.velocity.tools.view
Methods in org.apache.velocity.tools.view with parameters of type ToolboxFactory Modifier and Type Method Description protected voidVelocityView. configure(JeeConfig config, ToolboxFactory factory)Here's the configuration lookup/loading order: If deprecationSupportMode is true: Config file optionally specified byorg.apache.velocity.toolboxinit-param (servlet or servletContext) If none, config file optionally at/WEB-INF/toolbox.xml(deprecated conventional location) If no old toolbox or loadDefaults is true,ConfigurationUtils.getDefaultTools()ConfigurationUtils.getAutoLoaded()(false) Config file optionally specified by servletContextorg.apache.velocity.toolsinit-param Config file optionally at/WEB-INF/tools.xml(new conventional location) Config file optionally specified by servletorg.apache.velocity.toolsinit-param Remember that as these configurations are added on top of each other, the newer values will always override the older ones.
-