Uses of Class
org.slim3.container.Interceptor

Packages that use Interceptor
org.slim3.container This package provides Slim3 container. 
 

Uses of Interceptor in org.slim3.container
 

Fields in org.slim3.container declared as Interceptor
protected  Interceptor[] InvocationContextImpl.interceptors
          The interceptors.
 

Fields in org.slim3.container with type parameters of type Interceptor
protected  ConcurrentHashMap<String,Interceptor> InterceptorFactory.interceptorCache
          The cache for interceptor.
 

Methods in org.slim3.container that return Interceptor
protected  Interceptor InterceptorFactory.createInterceptor(Class<?> interceptorClass)
          Creates an interceptor.
 Interceptor InterceptorFactory.getInterceptor(Class<?> interceptorClass)
          Returns the interceptor.
 Interceptor[] InvocationContextImpl.getInterceptors()
          Returns the interceptors.
protected  Interceptor[] BeanMetaFactory.inspectClassInterceptors(Class<?> beanClass)
          Inspects class interceptors.
protected  Interceptor[] BeanMetaFactory.inspectConfigurationInterceptors(String key)
          Inspects interceptors from configuration.
protected  Interceptor[] BeanMetaFactory.inspectDefaultInterceptors(Class<?> beanClass)
          Inspects default interceptors.
 

Methods in org.slim3.container with parameters of type Interceptor
protected  void BeanMetaFactory.inspectMethod(Class<?> beanClass, Method method, Interceptor[] defaultInterceptors, Interceptor[] classInterceptors, Map<Method,Interceptor[]> interceptorsMap)
          Inspects the method.
protected  void BeanMetaFactory.inspectMethod(Class<?> beanClass, Method method, Interceptor[] defaultInterceptors, Interceptor[] classInterceptors, Map<Method,Interceptor[]> interceptorsMap)
          Inspects the method.
 

Constructors in org.slim3.container with parameters of type Interceptor
InvocationContextImpl(Interceptor[] interceptors, Object target, Method method, Method proceedMethod, Object[] parameters)
          Constructor.
 



Copyright © 2008-2009 The Slim3 project. All Rights Reserved.