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

Packages that use Request
com.googlecode.mycontainer.kernel.interceptors   
com.googlecode.mycontainer.kernel.reflect.proxy   
 

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

Methods in com.googlecode.mycontainer.kernel.interceptors with parameters of type Request
 java.lang.Object ProxyInterceptor.intercept(Request request, ProxyChain chain)
           
 

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

Methods in com.googlecode.mycontainer.kernel.reflect.proxy that return Request
 Request Request.copy()
           
 Request ReflectInterceptor.getRequest()
           
 

Methods in com.googlecode.mycontainer.kernel.reflect.proxy with parameters of type Request
 java.lang.Object ReflectInterceptor.intercept(Request request, ProxyChain chain)
           
 java.lang.Object SynchronizedInterceptor.intercept(Request request, ProxyChain chain)
           
 java.lang.Object ProxyChainImpl.proceed(Request request)
           
 java.lang.Object ProxyChain.proceed(Request request)
           
 



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