Uses of Class
com.googlecode.mycontainer.kernel.reflect.proxy.ContextInterceptor

Packages that use ContextInterceptor
com.googlecode.mycontainer.kernel.deploy   
com.googlecode.mycontainer.kernel.interceptors   
com.googlecode.mycontainer.kernel.reflect.proxy   
 

Uses of ContextInterceptor in com.googlecode.mycontainer.kernel.deploy
 

Methods in com.googlecode.mycontainer.kernel.deploy with type parameters of type ContextInterceptor
<T extends ContextInterceptor>
void
DefaultIntercetorDeployer.addContextInterceptor(java.lang.Class<T> interceptor)
           
<T extends ContextInterceptor>
void
DefaultIntercetorDeployer.removeContextInterceptor(java.lang.Class<T> interceptor)
           
 

Methods in com.googlecode.mycontainer.kernel.deploy that return types with arguments of type ContextInterceptor
 java.util.List<ContextInterceptor> DefaultIntercetorDeployer.createInterceptors()
           
 

Uses of ContextInterceptor in com.googlecode.mycontainer.kernel.interceptors
 

Methods in com.googlecode.mycontainer.kernel.interceptors with type parameters of type ContextInterceptor
abstract
<T extends ContextInterceptor>
void
AbstractIntercetorDeployer.addContextInterceptor(java.lang.Class<T> interceptor)
           
abstract
<T extends ContextInterceptor>
void
AbstractIntercetorDeployer.removeContextInterceptor(java.lang.Class<T> interceptor)
           
 

Uses of ContextInterceptor in com.googlecode.mycontainer.kernel.reflect.proxy
 

Subclasses of ContextInterceptor in com.googlecode.mycontainer.kernel.reflect.proxy
 class SynchronizedInterceptor
           
 



Copyright © 2008-2013 Mycontainer Team. All Rights Reserved.