Uses of Interface
io.vertigo.ui.impl.springmvc.config.interceptors.VControllerInterceptorEngine
-
Packages that use VControllerInterceptorEngine Package Description io.vertigo.ui.impl.springmvc.config io.vertigo.ui.impl.springmvc.config.interceptors -
-
Uses of VControllerInterceptorEngine in io.vertigo.ui.impl.springmvc.config
Methods in io.vertigo.ui.impl.springmvc.config that return types with arguments of type VControllerInterceptorEngine Modifier and Type Method Description protected List<Class<? extends VControllerInterceptorEngine>>
VSpringWebConfig. getVControllerInterceptorEngines()
-
Uses of VControllerInterceptorEngine in io.vertigo.ui.impl.springmvc.config.interceptors
Methods in io.vertigo.ui.impl.springmvc.config.interceptors that return types with arguments of type VControllerInterceptorEngine Modifier and Type Method Description Class<? extends VControllerInterceptorEngine>[]
value()
Constructor parameters in io.vertigo.ui.impl.springmvc.config.interceptors with type arguments of type VControllerInterceptorEngine Constructor Description VAnnotationHandlerInterceptorImpl(List<Class<? extends VControllerInterceptorEngine>> controllerHandlerClasses)
-