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

All Known Implementing Classes:
AbstractSearchTool, ErrorsTool, FormTool, LinkTool, MessageTool, MultiViewsTool, ParameterParser, ViewRenderTool

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,v 1.2 2003/05/28 00:17:17 nbubna Exp $
Author:
Nathan Bubna

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

Method Detail

init

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

Parameters:
initData - the initialization data


Copyright (c) 2003 Apache Software Foundation