Uses of Interface
org.apache.velocity.tools.view.ToolInfo

Packages that use ToolInfo
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
 class DataInfo
          Deprecated. Use Data
 class ViewToolInfo
          Deprecated. Use ToolInfo
 

Methods in org.apache.velocity.tools.view with parameters of type ToolInfo
 void XMLToolboxManager.addData(ToolInfo info)
          Deprecated.  
 void ToolboxManager.addData(ToolInfo info)
          Deprecated. Adds a data object for the context.
 void XMLToolboxManager.addTool(ToolInfo info)
          Deprecated.  
 void ToolboxManager.addTool(ToolInfo info)
          Deprecated. Adds a tool to be managed
protected  boolean XMLToolboxManager.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
 class ServletToolInfo
          Deprecated. Use ToolInfo
 

Methods in org.apache.velocity.tools.view.servlet with parameters of type ToolInfo
 void ServletToolboxManager.addData(ToolInfo info)
          Deprecated. Overrides XMLToolboxManager to put data into appTools map
 void ServletToolboxManager.addTool(ToolInfo info)
          Deprecated. Overrides XMLToolboxManager to separate tools by scope.
protected  boolean ServletToolboxManager.validateToolInfo(ToolInfo info)
          Deprecated. Ensures that application-scoped tools do not have request path restrictions set for them, as those will not be enforced.
 



Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.