|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ToolboxFactory | |
---|---|
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 | |
---|---|
protected ToolboxFactory |
ToolManager.factory
|
Methods in org.apache.velocity.tools that return ToolboxFactory | |
---|---|
ToolboxFactory |
ToolManager.getToolboxFactory()
Returns the underlying ToolboxFactory being used. |
Methods in org.apache.velocity.tools with parameters of type ToolboxFactory | |
---|---|
void |
ToolManager.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 | |
---|---|
ToolboxFactory |
FactoryConfiguration.createFactory()
|
static ToolboxFactory |
ConfigurationUtils.createFactory()
Returns a new, standard ToolboxFactory configured
with the results of both ConfigurationUtils.getAutoLoaded() and
ConfigurationUtils.findFromSystemProperty() . |
Uses of ToolboxFactory in org.apache.velocity.tools.view |
---|
Methods in org.apache.velocity.tools.view with parameters of type ToolboxFactory | |
---|---|
protected void |
VelocityView.configure(JeeConfig config,
ToolboxFactory factory)
Here's the configuration lookup/loading order: If deprecationSupportMode is true: Config file optionally specified by org.apache.velocity.toolbox init-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 servletContext org.apache.velocity.tools init-param
Config file optionally at /WEB-INF/tools.xml (new conventional location)
Config file optionally specified by servlet org.apache.velocity.tools init-param
Remember that as these configurations are added on top of each other,
the newer values will always override the older ones. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |