Package play.routing

Class Router.Attrs

  • Enclosing interface:
    Router

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

      • HANDLER_DEF

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

      • Attrs

        public Attrs()