HandlerDef

play.api.routing.HandlerDef
case class HandlerDef(classLoader: ClassLoader, routerPackage: String, controller: String, method: String, parameterTypes: Seq[Class[_]], verb: String, path: String, comments: String, modifiers: Seq[String]) extends HandlerDef

Information about a Handler, especially useful for loading the handler with reflection.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class HandlerDef
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def getModifiers(): List[String]

Attributes

Inherited from:
HandlerDef
def getParameterTypes(): List[Class[_ <: <FromJavaObject>]]

Attributes

Inherited from:
HandlerDef

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product