Package ninja

Interface Context.Impl

  • All Superinterfaces:
    Context
    All Known Implementing Classes:
    AbstractContext
    Enclosing interface:
    Context

    public static interface Context.Impl
    extends Context
    Impl is used to hide stuff that a user should not see on code completion. Internal stuff like setting routes should go here.
    • Method Detail

      • setRoute

        void setRoute​(Route route)