Package play.routing
Class Router.Attrs
java.lang.Object
play.routing.Router.Attrs
- Enclosing interface:
- Router
Request attributes used by the router.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<play.api.routing.HandlerDef>Key for theHandlerDefused to handle the request. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HANDLER_DEF
Key for theHandlerDefused to handle the request.
-
-
Constructor Details
-
Attrs
public Attrs()
-