接口 ToolboxManager
- 所有已知实现类:
ServletToolboxManager
,XMLToolboxManager
已过时。
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
-
方法概要
-
方法详细资料
-
addTool
已过时。Adds a tool to be managed -
addData
已过时。Adds a data object for the context.- 参数:
info
- An object that implements ToolInfo
-
getToolbox
已过时。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
-