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, invoke
public T getInstance()
BeanInstance
getInstance
in interface BeanInstance
public Class<T> getInstanceType()
getInstanceType
in interface BeanInstance
Copyright © 2013 Seam Framework. All Rights Reserved.