net.sf.mmm.util.nls.base
Class AbstractNlsMessageFormatter

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<Void>
              extended by net.sf.mmm.util.nls.base.AbstractNlsMessageFormatter
All Implemented Interfaces:
NlsFormatter<Void>, NlsMessageFormatter
Direct Known Subclasses:
NlsMessageFormatterImpl

public abstract class AbstractNlsMessageFormatter
extends AbstractNlsFormatter<Void>
implements NlsMessageFormatter

This is the abstract base implementation of the NlsMessageFormatter interface.

Since:
2.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Field Summary
protected static SimpleCharScannerSyntax SYNTAX
          The syntax of the message-format patterns.
 
Constructor Summary
AbstractNlsMessageFormatter()
           
 
Method Summary
 
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, toString, wait, wait, wait
 
Methods inherited from interface net.sf.mmm.util.nls.api.NlsMessageFormatter
format
 
Methods inherited from interface net.sf.mmm.util.nls.api.NlsFormatter
format
 

Field Detail

SYNTAX

protected static final SimpleCharScannerSyntax SYNTAX
The syntax of the message-format patterns.

Constructor Detail

AbstractNlsMessageFormatter

public AbstractNlsMessageFormatter()


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