Uses of Class
org.apache.velocity.tools.Toolbox
-
Packages that use Toolbox Package Description org.apache.velocity.tools -
-
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(java.lang.String scope)protected ToolboxToolManager. createToolbox(java.lang.String scope)Create a toolbox for the given scopeToolboxToolManager. getApplicationToolbox()Get the toolbox for application scoped toolsToolboxToolManager. getRequestToolbox()Get the toolbox for request scoped toolsMethods in org.apache.velocity.tools that return types with arguments of type Toolbox Modifier and Type Method Description protected java.util.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)
-