Uses of Interface
org.ninjax.core.NinjaFilter
Packages that use NinjaFilter
-
Uses of NinjaFilter in conf
Classes in conf that implement NinjaFilter -
Uses of NinjaFilter in org.ninjax.core
Fields in org.ninjax.core with type parameters of type NinjaFilterMethods in org.ninjax.core with parameters of type NinjaFilterConstructor parameters in org.ninjax.core with type arguments of type NinjaFilterModifierConstructorDescriptionFilterChain(List<NinjaFilter> filters, int index, Router.ControllerMethod controller) Route(String httpMethod, String path, Router.ControllerMethod controllerMethod, List<NinjaFilter> filters)