Package play.routing

Class Router.Attrs

java.lang.Object
play.routing.Router.Attrs
Enclosing interface:
Router

public static class Router.Attrs extends Object
Request attributes used by the router.
  • Field Details

    • HANDLER_DEF

      public static final TypedKey<play.api.routing.HandlerDef> HANDLER_DEF
      Key for the HandlerDef used to handle the request.
  • Constructor Details

    • Attrs

      public Attrs()