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

Packages that use ToolInfo
org.apache.velocity.tools.view Contains base interfaces and classes for toolbox management. 
org.apache.velocity.tools.view.servlet Provides classes to support using Velocity in a servlet environment. 
 

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

Classes in org.apache.velocity.tools.view that implement ToolInfo
 class DataInfo
          ToolInfo implementation to handle "primitive" data types.
 class ViewToolInfo
          ToolInfo implementation for view tools.
 

Methods in org.apache.velocity.tools.view with parameters of type ToolInfo
 void ToolboxManager.addData(ToolInfo info)
          Adds a data object for the context.
 void XMLToolboxManager.addData(ToolInfo info)
           
 void ToolboxManager.addTool(ToolInfo info)
          Adds a tool to be managed
 void XMLToolboxManager.addTool(ToolInfo info)
           
protected  boolean XMLToolboxManager.validateToolInfo(ToolInfo info)
          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
          ToolInfo implementation that holds scope information for tools used in a servlet environment.
 

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



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