net.sf.mmm.util.nls.base
Class AbstractNlsFormatterPlugin<O>
java.lang.Object
net.sf.mmm.util.component.base.AbstractComponent
net.sf.mmm.util.component.base.AbstractLoggableComponent
net.sf.mmm.util.nls.base.AbstractNlsFormatter<O>
net.sf.mmm.util.nls.base.AbstractNlsFormatterPlugin<O>
- Type Parameters:
O - is the generic type of the object to
format.
- All Implemented Interfaces:
- NlsFormatter<O>, NlsFormatterPlugin<O>
- Direct Known Subclasses:
- AbstractNlsFormatterDateIso8601, NlsFormatterChoice, NlsFormatterDefault, NlsFormatterType, SimpleNlsFormatter
public abstract class AbstractNlsFormatterPlugin<O>
- extends AbstractNlsFormatter<O>
- implements NlsFormatterPlugin<O>
T import net.sf.mmm.util.nls.api.NlsTemplateResolver; his is the abstract
base-implementation of an NlsFormatter that
is no NlsMessageFormatter but a
sub-formatter for a specific type and style.
- Since:
- 2.0.0
- Author:
- Joerg Hohwiller (hohwille at users.sourceforge.net)
AbstractNlsFormatterPlugin
public AbstractNlsFormatterPlugin()
- The constructor.
toString
public String toString()
-
- Overrides:
toString in class Object
Copyright © 2001-2010 mmm-Team. All Rights Reserved.