Uses of Class
org.apache.velocity.tools.Toolbox
-
Packages that use Toolbox Package Description org.apache.velocity.tools 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 Toolbox in org.apache.velocity.tools
Methods in org.apache.velocity.tools that return Toolbox Modifier and Type Method Description ToolboxToolbox. combine(Toolbox... toolboxes)ToolboxToolboxFactory. createToolbox(String scope)protected ToolboxToolManager. createToolbox(String scope)protected ToolboxToolManager. getApplicationToolbox()protected ToolboxToolManager. getRequestToolbox()Methods in org.apache.velocity.tools that return types with arguments of type Toolbox Modifier and Type Method Description protected List<Toolbox>ToolContext. getToolboxes()Methods in org.apache.velocity.tools with parameters of type Toolbox Modifier and Type Method Description voidToolContext. addToolbox(Toolbox toolbox)ToolboxToolbox. combine(Toolbox... toolboxes) -
Uses of Toolbox in org.apache.velocity.tools.view
Methods in org.apache.velocity.tools.view that return Toolbox Modifier and Type Method Description protected ToolboxViewToolManager. getSessionToolbox()Methods in org.apache.velocity.tools.view that return types with arguments of type Toolbox Modifier and Type Method Description protected List<Toolbox>ViewToolContext. getToolboxes()
-