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 void
Ninja. onRouteRequest(Context.Impl context)
When a route is requested this method is called.void
NinjaDefault. onRouteRequest(Context.Impl context)
-
Uses of Context.Impl in ninja.utils
Classes in ninja.utils that implement Context.Impl Modifier and Type Class Description class
AbstractContext
Abstract Context.Impl that implements features that are not reliant on the concrete Context implementation.
-