public class ContextBeanInstance<T> extends AbstractBeanInstance implements Serializable
log| Constructor and Description |
|---|
ContextBeanInstance(Bean<T> bean,
String id)
Creates a new locator for instances of the given bean.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getInstance()
Returns the current instance for a proxy.
|
Class<T> |
getInstanceType() |
computeInstanceType, computeInstanceType, invokepublic T getInstance()
BeanInstancegetInstance in interface BeanInstancepublic Class<T> getInstanceType()
getInstanceType in interface BeanInstanceCopyright © 2013 Seam Framework. All Rights Reserved.