Uses of Interface
nablarch.core.message.MessageFormatter
-
Uses of MessageFormatter in nablarch.core.message
Modifier and TypeClassDescriptionclass
オプション情報によりメッセージのフォーマット方法を切り替えフォーマットを行うクラス。 オプション情報が1つでMap
のサブタイプの場合は、BasicMessageFormatter.NamedMessageFormat
を使用してメッセージをフォーマットする。 それ以外の場合は、MessageFormat
を使用してメッセージをフォーマットする。class
MessageFormat
を使用してメッセージのフォーマットを行うクラス。