net.sf.mmm.util.nls.base
Class AbstractNlsFormatterPlugin<O>

java.lang.Object
  extended by net.sf.mmm.util.component.base.AbstractComponent
      extended by net.sf.mmm.util.component.base.AbstractLoggableComponent
          extended by net.sf.mmm.util.nls.base.AbstractNlsFormatter<O>
              extended by 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)

Constructor Summary
AbstractNlsFormatterPlugin()
          The constructor.
 
Method Summary
 String toString()
          
 
Methods inherited from class net.sf.mmm.util.nls.base.AbstractNlsFormatter
format
 
Methods inherited from class net.sf.mmm.util.component.base.AbstractLoggableComponent
doInitialize, getLogger, setLogger
 
Methods inherited from class net.sf.mmm.util.component.base.AbstractComponent
doInitialized, getInitializationState, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sf.mmm.util.nls.api.NlsFormatterPlugin
getStyle, getType
 
Methods inherited from interface net.sf.mmm.util.nls.api.NlsFormatter
format, format
 

Constructor Detail

AbstractNlsFormatterPlugin

public AbstractNlsFormatterPlugin()
The constructor.

Method Detail

toString

public String toString()

Overrides:
toString in class Object


Copyright © 2001-2010 mmm-Team. All Rights Reserved.