Uses of Class
de.terrestris.shoguncore.model.interceptor.InterceptorRule
-
Packages that use InterceptorRule Package Description de.terrestris.shoguncore.dao de.terrestris.shoguncore.service -
-
Uses of InterceptorRule in de.terrestris.shoguncore.dao
Classes in de.terrestris.shoguncore.dao with type parameters of type InterceptorRule Modifier and Type Class Description classInterceptorRuleDao<E extends InterceptorRule> -
Uses of InterceptorRule in de.terrestris.shoguncore.service
Classes in de.terrestris.shoguncore.service with type parameters of type InterceptorRule Modifier and Type Class Description classInterceptorRuleService<E extends InterceptorRule,D extends InterceptorRuleDao<E>>Method parameters in de.terrestris.shoguncore.service with type arguments of type InterceptorRule Modifier and Type Method Description voidGeoServerInterceptorService. setInterceptorRuleService(InterceptorRuleService<InterceptorRule,?> interceptorRuleService)
-