Searched refs:interceptorClass (Results 1 – 2 of 2) sorted by relevance
151 Class<? extends Interceptor> interceptorClass; in buildInterceptor() local153 interceptorClass = (Class<? extends Interceptor>) in buildInterceptor()160 interceptorConfig, interceptorRefParams, interceptorClass); in buildInterceptor()176 private final Class<? extends Interceptor> interceptorClass; field in Struts2Factory.ProvidedInterceptor180 Class<? extends Interceptor> interceptorClass) { in ProvidedInterceptor() argument183 this.interceptorClass = interceptorClass; in ProvidedInterceptor()188 if (hasScope(interceptorClass)) { in validate()191 + interceptorClass.getName() + "."); in validate()195 if (!Interceptor.class.isAssignableFrom(interceptorClass)) { in validate()196 binder.addError(interceptorClass.getName() + " must implement " in validate()[all …]
170 Class<? extends Interceptor> interceptorClass; in buildInterceptor() local172 interceptorClass = getClassInstance(interceptorConfig.getClassName()); in buildInterceptor()178 interceptorConfig, interceptorRefParams, interceptorClass); in buildInterceptor()192 final Class<? extends Interceptor> interceptorClass; field in GuiceObjectFactory.ProvidedInterceptor196 Class<? extends Interceptor> interceptorClass) { in ProvidedInterceptor() argument199 this.interceptorClass = interceptorClass; in ProvidedInterceptor()204 if (hasScope(interceptorClass)) { in validate()207 + interceptorClass.getName() + "."); in validate()211 if (!Interceptor.class.isAssignableFrom(interceptorClass)) { in validate()212 binder.addError(interceptorClass.getName() + " must implement " in validate()[all …]