NVelocity.Http.Tool
Interface IToolboxManager

Common interface for toolbox manager implementations.

Method Summary
void AddTool(NVelocity.Tool.IToolInfo info)
         Adds a tool to be managed
NVelocity.Http.Context.ToolboxContext getToolboxContext(object initData)
         Creates a {@link ToolboxContext} from the tools and data in this manager. Tools that implement the ViewTool interface should be initialized using the given initData.


Method Detail

AddTool

public void AddTool(NVelocity.Tool.IToolInfo info)

Adds a tool to be managed


getToolboxContext

public NVelocity.Http.Context.ToolboxContext getToolboxContext(object initData)

Creates a {@link ToolboxContext} from the tools and data in this manager. Tools that implement the ViewTool interface should be initialized using the given initData.

Parameters:
initData - data used to initialize ViewTools
Returns:
the created ToolboxContext