Uses of Class
org.apache.velocity.tools.ToolContext
-
Packages that use ToolContext 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.org.apache.velocity.tools.view.context All classes in this package have been deprecated.org.apache.velocity.tools.view.jsp -
-
Uses of ToolContext in org.apache.velocity.tools
Methods in org.apache.velocity.tools that return ToolContext Modifier and Type Method Description ToolContextToolManager. createContext()ToolContextToolManager. createContext(Map<String,Object> toolProps)Methods in org.apache.velocity.tools with parameters of type ToolContext Modifier and Type Method Description protected voidToolManager. addToolboxes(ToolContext context)protected voidToolManager. prepareContext(ToolContext context) -
Uses of ToolContext in org.apache.velocity.tools.view
Subclasses of ToolContext in org.apache.velocity.tools.view Modifier and Type Class Description classViewToolContextToolContextimplementation specific to the servlet environment.Methods in org.apache.velocity.tools.view that return ToolContext Modifier and Type Method Description ToolContextViewToolManager. createContext(Map<String,Object> toolProps)Methods in org.apache.velocity.tools.view with parameters of type ToolContext Modifier and Type Method Description protected voidViewToolManager. addToolboxes(ToolContext context) -
Uses of ToolContext in org.apache.velocity.tools.view.context
Subclasses of ToolContext in org.apache.velocity.tools.view.context Modifier and Type Class Description classChainedContextDeprecated.UseViewToolContextinstead -
Uses of ToolContext in org.apache.velocity.tools.view.jsp
Subclasses of ToolContext in org.apache.velocity.tools.view.jsp Modifier and Type Class Description classJspToolContextVelocity context implementation specific to the JSP environment.
-