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