RouteSupport

class Object
trait Matchable
class Any

Value members

Concrete methods

@ignore
final protected def forward(view: String): PathView
@ignore
final protected def forward(view: String, message: String): PathView
@ignore
final protected def forward(action: To): View
@ignore
final protected def forward(action: To, message: String): View
@ignore
final protected def redirect(method: String): View
@ignore
final protected def redirect(method: String, message: String): View
@ignore
final protected def redirect(method: String, params: String, message: String): View
@ignore
final protected def redirect(action: To, message: String): View
@ignore
final protected def to(obj: Object, method: String): ToClass
@ignore
final protected def to(obj: Object, method: String, params: String): ToClass
@ignore
final protected def to(clazz: Class[_], method: String): ToClass
@ignore
final protected def to(clazz: Class[_], method: String, params: String): ToClass
@ignore
final protected def to(uri: String, params: String): ToURI
@ignore
final protected def to(uri: String): To

Inherited methods

@ignore
final protected def actionErrors: List[String]

获得aciton错误消息<br>

获得aciton错误消息<br>

Inherited from
MessageSupport
@ignore
final protected def actionMessages: List[String]

获得action消息

获得action消息

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