Searched refs:interceptorRefParams (Results 1 – 2 of 2) sorted by relevance
/external/guice/extensions/struts2/src/com/google/inject/struts2/ |
D | Struts2Factory.java | 153 public Interceptor buildInterceptor(InterceptorConfig interceptorConfig, Map interceptorRefParams) in buildInterceptor() argument 165 new ProvidedInterceptor(interceptorConfig, interceptorRefParams, interceptorClass); in buildInterceptor() 178 InterceptorConfig interceptorConfig, Map<String, String> interceptorRefParams) in superBuildInterceptor() argument 180 return super.buildInterceptor(interceptorConfig, interceptorRefParams); in superBuildInterceptor()
|
D | GuiceObjectFactory.java | 167 public Interceptor buildInterceptor(InterceptorConfig interceptorConfig, Map interceptorRefParams) in buildInterceptor() argument 178 new ProvidedInterceptor(interceptorConfig, interceptorRefParams, interceptorClass); in buildInterceptor() 183 Interceptor superBuildInterceptor(InterceptorConfig interceptorConfig, Map interceptorRefParams) in superBuildInterceptor() argument 185 return super.buildInterceptor(interceptorConfig, interceptorRefParams); in superBuildInterceptor()
|