RouteSupport

org.beangle.web.action.support.RouteSupport

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

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