Uses of Interface
org.apache.velocity.tools.view.ToolInfo
-
Packages that use ToolInfo Package Description 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.servlet All classes in this package have been deprecated. -
-
Uses of ToolInfo in org.apache.velocity.tools.view
Classes in org.apache.velocity.tools.view that implement ToolInfo Modifier and Type Class Description classDataInfoDeprecated.UseDataclassViewToolInfoDeprecated.UseToolInfoMethods in org.apache.velocity.tools.view with parameters of type ToolInfo Modifier and Type Method Description voidToolboxManager. addData(ToolInfo info)Deprecated.Adds a data object for the context.voidXMLToolboxManager. addData(ToolInfo info)Deprecated.voidToolboxManager. addTool(ToolInfo info)Deprecated.Adds a tool to be managedvoidXMLToolboxManager. addTool(ToolInfo info)Deprecated.protected booleanXMLToolboxManager. validateToolInfo(ToolInfo info)Deprecated.Checks whether an object described by a ToolInfo passes some basic sanity checks. -
Uses of ToolInfo in org.apache.velocity.tools.view.servlet
Classes in org.apache.velocity.tools.view.servlet that implement ToolInfo Modifier and Type Class Description classServletToolInfoDeprecated.UseToolInfoMethods in org.apache.velocity.tools.view.servlet with parameters of type ToolInfo Modifier and Type Method Description voidServletToolboxManager. addData(ToolInfo info)Deprecated.Overrides XMLToolboxManager to put data into appTools mapvoidServletToolboxManager. addTool(ToolInfo info)Deprecated.Overrides XMLToolboxManager to separate tools by scope.protected booleanServletToolboxManager. validateToolInfo(ToolInfo info)Deprecated.Ensures that application-scoped tools do not have request path restrictions set for them, as those will not be enforced.
-