com.ebay.carad.os.vitalsigns.templates
Interface IMultiTemplatizableProvider

All Known Implementing Classes:
FixedDataProvider, QueryProvider

public interface IMultiTemplatizableProvider

Represents the provider of parameters to an object which has the facility for its contents to be template-formatted based on a set of passed-in objects and generate a series of resultant objects, typically through a factory-like facility. Generally, this will be achieved by using a MessageFormat to introduce the passed-in objects into fields of copies of the templatizable host that are known to be templatizable. For instance, a class may choose to take only the first passed-in parameter and use it only to format its title field.

Version:
$Id$
Author:
Jeremy Kraybill

Method Summary
 java.util.List getParameterList()
          Provides a list of lists.
 

Method Detail

getParameterList

java.util.List getParameterList()
Provides a list of lists. Each sub-list represents one set of parameter data. Each sub-list must be the same length.

Returns:
a list of lists of Objects


Copyright © 2004-2009. All Rights Reserved.