RouteMapping

org.beangle.webmvc.config.RouteMapping$
See theRouteMapping companion class
object RouteMapping

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(httpMethod: String, action: ActionMapping, method: Method, name: String, arguments: Array[Argument], urlParams: Map[String, Integer], defaultView: String): RouteMapping

Concrete fields

final val BrowserUnsupported: Map[String, String]
final val DefaultMethod: "index"
final val MethodParam: "_method"