|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanInstance | |
---|---|
org.jboss.weld.bean.proxy |
Uses of BeanInstance in org.jboss.weld.bean.proxy |
---|
Classes in org.jboss.weld.bean.proxy that implement BeanInstance | |
---|---|
class |
AbstractBeanInstance
|
class |
ContextBeanInstance<T>
An instance locator that uses a context to lookup the instance if it exists; otherwise, a new instance will be created from the bean. |
class |
EnterpriseTargetBeanInstance
|
class |
TargetBeanInstance
A simple BeanInstance which always maintains a specific bean instance
that is being proxied. |
Methods in org.jboss.weld.bean.proxy that return BeanInstance | |
---|---|
BeanInstance |
Proxy.proxy_getInstance()
Gets the proxied bean instance. |
Methods in org.jboss.weld.bean.proxy with parameters of type BeanInstance | ||
---|---|---|
T |
ProxyFactory.create(BeanInstance beanInstance)
Method to create a new proxy that wraps the bean instance. |
|
T |
ClientProxyFactory.create(BeanInstance beanInstance)
|
|
void |
Proxy.proxy_setInstance(BeanInstance beanInstance)
Sets the proxied instance. |
|
static
|
ProxyFactory.setBeanInstance(T proxy,
BeanInstance beanInstance,
javax.enterprise.inject.spi.Bean<?> bean)
Convenience method to set the underlying bean instance for a proxy. |
Constructors in org.jboss.weld.bean.proxy with parameters of type BeanInstance | |
---|---|
ProxyMethodHandler(BeanInstance beanInstance,
javax.enterprise.inject.spi.Bean<?> bean)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |