Uses of Interface
ninja.Context.Impl
-
Packages that use Context.Impl Package Description ninja ninja.utils -
-
Uses of Context.Impl in ninja
Methods in ninja with parameters of type Context.Impl Modifier and Type Method Description voidNinja. onRouteRequest(Context.Impl context)When a route is requested this method is called.voidNinjaDefault. onRouteRequest(Context.Impl context) -
Uses of Context.Impl in ninja.utils
Classes in ninja.utils that implement Context.Impl Modifier and Type Class Description classAbstractContextAbstract Context.Impl that implements features that are not reliant on the concrete Context implementation.
-