Ejemplo n.º 1
0
 /**
  * 内容を取得します。
  *
  * @return
  */
 public String getNote() {
   return ALEipUtils.getMessageList(note.getValue());
 }
Ejemplo n.º 2
0
 public String getMessageHtml() {
   return ALEipUtils.getMessageList(message.getValue(), keyword.getValue());
 }