Package org.jboss.weld.bean.proxy
Interface Proxy
public interface Proxy
General interface for all proxies adding functionality that can change
the behavior of the proxy during runtime.
- Author:
- David Allen
-
Method Summary
Modifier and TypeMethodDescriptionGets the proxied bean instance.voidproxy_setInstance(BeanInstance beanInstance) Sets the proxied instance.
-
Method Details
-
proxy_getInstance
BeanInstance proxy_getInstance()Gets the proxied bean instance.- Returns:
- the bean instance being proxied
-
proxy_setInstance
Sets the proxied instance.- Parameters:
beanInstance- a bean instance to proxy
-