com.ebay.carad.os.vitalsigns.templates
Interface ITemplatizable
- All Known Implementing Classes:
- DashboardReport, DifferenceQueryLogger, DifferenceQueryRateLogger, QueryLogger, TesterLogger
public interface ITemplatizable
Represents an object which has the facility for its contents to be template-formatted
based on a set of passed-in objects. Generally, this will be achieved by using a MessageFormat
to introduce the passed-in objects into fields 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 |
void |
templatize(java.lang.Object[] params)
Template-formats the given object with a set of parameters. |
templatize
void templatize(java.lang.Object[] params)
- Template-formats the given object with a set of parameters.
- Parameters:
params
- an array of objects (usually strings) to use for templatization
Copyright © 2004-2009. All Rights Reserved.