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

All Known Implementing Classes:
ViewRenderTool

public interface Configurable

Interface for tools that can be passed configuration parameters.

Since:
VelocityTools 1.2
Version:
$Id: Configurable.java 321233 2005-10-14 22:25:34Z nbubna $
Author:
Nathan Bubna

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

Method Detail

configure

public void configure(java.util.Map parameters)
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 Apache Software Foundation