Home
last modified time | relevance | path

Searched refs:interceptorConfig (Results 1 – 2 of 2) sorted by relevance

/external/guice/extensions/struts2/src/com/google/inject/struts2/
DStruts2Factory.java148 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()
DGuiceObjectFactory.java167 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()