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 XMLToolboxManager.addTool(ToolInfo info)
           
 void XMLToolboxManager.addData(ToolInfo info)
           
protected  boolean XMLToolboxManager.validateToolInfo(ToolInfo info)
          Checks whether an object described by a ToolInfo passes some basic sanity checks.
 void ToolboxManager.addTool(ToolInfo info)
          Adds a tool to be managed
 void ToolboxManager.addData(ToolInfo info)
          Adds a data object for the context.
 

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
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.
 void ServletToolboxManager.addTool(ToolInfo info)
          Overrides XMLToolboxManager to separate tools by scope.
 void ServletToolboxManager.addData(ToolInfo info)
          Overrides XMLToolboxManager to put data into appTools map
 



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