public class FormatterFactory extends java.lang.Object implements FormatterRegistry
Constructor and Description |
---|
FormatterFactory(ComponentFactory componentFactory) |
Modifier and Type | Method and Description |
---|---|
Formatter[] |
createFormatters() |
void |
registerFormatter(java.lang.Class<? extends Formatter> formatter) |
public FormatterFactory(ComponentFactory componentFactory)
public void registerFormatter(java.lang.Class<? extends Formatter> formatter)
registerFormatter
in interface FormatterRegistry
public Formatter[] createFormatters()