类 AbstractProxyManager
- java.lang.Object
-
- com.region.plugin.AbstractProxyManager
-
- 直接已知子类:
InterceptorProxyManager
public abstract class AbstractProxyManager extends Object
Proxy Manager- 作者:
- liujieyu
-
-
构造器概要
构造器 构造器 说明 AbstractProxyManager()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidaddInterceptor(Interceptor interceptor)ObjectdoInterceptor(Object target)Creating a Proxy Object Using a Parameterless ConstructorObjectdoInterceptor(Object target, Object[] args)Load all interceptors and generate interceptor links and creating proxy objects with parametric constructorsprotected voidInitialization(Object target)Initialising the proxy approachvoidsetProxyTarget(ProxyType type)
-
-
-
方法详细资料
-
setProxyTarget
public void setProxyTarget(ProxyType type)
-
addInterceptor
public void addInterceptor(Interceptor interceptor)
-
Initialization
protected void Initialization(Object target)
Initialising the proxy approach- 参数:
target- the target object
-
doInterceptor
public Object doInterceptor(Object target)
Creating a Proxy Object Using a Parameterless Constructor- 参数:
target-- 返回:
-
-