Package play.routing
Class Router.Attrs
- Object
-
- play.routing.Router.Attrs
-
-
Field Summary
Fields Modifier and Type Field Description static TypedKey<play.api.routing.HandlerDef>
HANDLER_DEF
Key for theHandlerDef
used to handle the request.
-
Constructor Summary
Constructors Constructor Description Attrs()
-
-
-
Field Detail
-
HANDLER_DEF
public static final TypedKey<play.api.routing.HandlerDef> HANDLER_DEF
Key for theHandlerDef
used to handle the request.
-
-