Searched refs:interceptorConfig (Results 1 – 2 of 2) sorted by relevance
/external/guice/extensions/struts2/src/com/google/inject/struts2/ |
D | Struts2Factory.java | 148 public Interceptor buildInterceptor(InterceptorConfig interceptorConfig, in buildInterceptor() argument 154 getClassInstance(interceptorConfig.getClassName()); in buildInterceptor() 160 interceptorConfig, interceptorRefParams, interceptorClass); in buildInterceptor() 165 private Interceptor superBuildInterceptor(InterceptorConfig interceptorConfig, in superBuildInterceptor() argument 167 return super.buildInterceptor(interceptorConfig, interceptorRefParams); in superBuildInterceptor()
|
D | GuiceObjectFactory.java | 167 public Interceptor buildInterceptor(InterceptorConfig interceptorConfig, in buildInterceptor() argument 172 interceptorClass = getClassInstance(interceptorConfig.getClassName()); in buildInterceptor() 178 interceptorConfig, interceptorRefParams, interceptorClass); in buildInterceptor() 183 Interceptor superBuildInterceptor(InterceptorConfig interceptorConfig, in superBuildInterceptor() argument 185 return super.buildInterceptor(interceptorConfig, interceptorRefParams); in superBuildInterceptor()
|