NVelocity.Http.Tool
Interface IViewTool

Generic view tool interface to assist in tool management. This interface provides the {@link #init(Object initData)} method as a hook for ToolboxManager implementations to pass data in to tools to initialize them. See {@link org.apache.velocity.tools.view.ViewToolInfo} for more on this.

Method Summary
void Init(object initData)
         Initializes this instance using the given data


Method Detail

Init

public void Init(object initData)

Initializes this instance using the given data

Parameters:
initData - the initialization data