org.apache.velocity.tools.view.tools
Interface Configurable


Deprecated. Your tools now only need to have a configure(Map) method.

public interface Configurable

Interface for tools that can be passed configuration parameters.

Since:
VelocityTools 1.2
Version:
$Id: Configurable.java 479724 2006-11-27 18:49:37Z nbubna $
Author:
Nathan Bubna

Method Summary
 void configure(java.util.Map parameters)
          Deprecated. Configures this tool using the specified parameters.
 

Method Detail

configure

void configure(java.util.Map parameters)
Deprecated. 
Configures this tool using the specified parameters. The map of parameters passed in is guaranteed not to be null. If there are no parameters specified for this tool in your toolbox definition, then this method will NOT be called at all.

Parameters:
parameters - the configuration data for this tool


Copyright (c) 2003-2007 Apache Software Foundation