MessageSupport

class Object
trait Matchable
class Any

Value members

Concrete methods

@ignore
final protected def actionErrors: List[String]

获得aciton错误消息<br>

获得aciton错误消息<br>

@ignore
final protected def actionMessages: List[String]

获得action消息

获得action消息

final protected def addError(msgKey: String, args: Any*): Unit
final protected def addFlashError(msgKey: String, args: Any*): Unit
final protected def addFlashMessage(msgKey: String, args: Any*): Unit
final protected def addMessage(msgKey: String, args: Any*): Unit
final protected def getText(aTextName: String): String
final protected def getText(key: String, defaultValue: String, args: Any*): String
final protected def getTextInternal(msgKey: String, args: Any*): String