org.apache.velocity.tools.view.tools
Interface ViewTool


Deprecated. Your tools now only need to have an init(Object) method.

public interface ViewTool

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

Version:
$Id: ViewTool.java 479724 2006-11-27 18:49:37Z nbubna $
Author:
Nathan Bubna

Method Summary
 void init(java.lang.Object initData)
          Deprecated. Initializes this instance using the given data
 

Method Detail

init

void init(java.lang.Object initData)
Deprecated. 
Initializes this instance using the given data

Parameters:
initData - the initialization data


Copyright (c) 2003-2007 Apache Software Foundation