Uses of Class
org.apache.velocity.tools.ToolContext
-
Packages that use ToolContext Package Description org.apache.velocity.tools -
-
Uses of ToolContext in org.apache.velocity.tools
Methods in org.apache.velocity.tools that return ToolContext Modifier and Type Method Description ToolContextToolManager. createContext()create new context with configured toolboxes toolsToolContextToolManager. createContext(java.util.Map<java.lang.String,java.lang.Object> toolProps)create new context with configured toolboxes tools, using the provided tools propertiesMethods in org.apache.velocity.tools with parameters of type ToolContext Modifier and Type Method Description protected voidToolManager. addToolboxes(ToolContext context)Add toolboxes to contexprotected voidToolManager. prepareContext(ToolContext context)Prepare context
-