Uses of Interface
org.ninjax.core.Router.ControllerMethod
Packages that use Router.ControllerMethod
-
Uses of Router.ControllerMethod in org.ninjax.core
Methods in org.ninjax.core that return Router.ControllerMethodMethods in org.ninjax.core with parameters of type Router.ControllerMethodModifier and TypeMethodDescriptionvoidRouter.RouteTmp.with(Router.ControllerMethod controllerMethod) Constructors in org.ninjax.core with parameters of type Router.ControllerMethodModifierConstructorDescriptionFilterChain(List<NinjaFilter> filters, int index, Router.ControllerMethod controller) Route(String httpMethod, String path, Router.ControllerMethod controllerMethod, List<NinjaFilter> filters)