接口 ToolboxManager

所有已知实现类:
ServletToolboxManager, XMLToolboxManager

@Deprecated public interface ToolboxManager
已过时。
Common interface for toolbox manager implementations.
版本:
$Id: ToolboxManager.java 651470 2008-04-25 00:47:52Z nbubna $
作者:
Nathan Bubna, Geir Magnusson Jr., Gabe Sidler, Henning P. Schmiedehausen
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    已过时。
    Adds a data object for the context.
    void
    已过时。
    Adds a tool to be managed
    getToolbox(Object initData)
    已过时。
    Retrieves a map of the tools and data being managed.
  • 方法详细资料

    • addTool

      void addTool(ToolInfo info)
      已过时。
      Adds a tool to be managed
    • addData

      void addData(ToolInfo info)
      已过时。
      Adds a data object for the context.
      参数:
      info - An object that implements ToolInfo
    • getToolbox

      Map getToolbox(Object initData)
      已过时。
      Retrieves a map of the tools and data being managed. Tools that have an init(Object) method will be (re)initialized using the specified initData.
      参数:
      initData - data used to initialize tools
      返回:
      the created ToolboxContext
      从以下版本开始:
      VelocityTools 1.2