Class BasicMessageFormatter

java.lang.Object
nablarch.core.message.BasicMessageFormatter
All Implemented Interfaces:
MessageFormatter

public class BasicMessageFormatter extends Object implements MessageFormatter
オプション情報によりメッセージのフォーマット方法を切り替えフォーマットを行うクラス。 オプション情報が1つでMapのサブタイプの場合は、BasicMessageFormatter.NamedMessageFormatを使用してメッセージをフォーマットする。 それ以外の場合は、MessageFormatを使用してメッセージをフォーマットする。
See Also:
  • Constructor Details

    • BasicMessageFormatter

      public BasicMessageFormatter()
  • Method Details

    • format

      public String format(String template, Object[] options)
      Description copied from interface: MessageFormatter
      メッセージをフォーマットする。
      Specified by:
      format in interface MessageFormatter
      Parameters:
      template - フォーマット対象のメッセージテンプレート
      options - オプション情報
      Returns:
      フォーマット後のメッセージ