Uses of Class
ninja.params.ControllerMethodInvoker
-
Packages that use ControllerMethodInvoker Package Description ninja.params -
-
Uses of ControllerMethodInvoker in ninja.params
Methods in ninja.params that return ControllerMethodInvoker Modifier and Type Method Description static ControllerMethodInvoker
ControllerMethodInvoker. build(Method functionalMethod, Method implementationMethod, com.google.inject.Injector injector, NinjaProperties ninjaProperties)
Builds an invoker for a functional method.
-