org.apache.webbeans.component
Class ExtensionBean<T>
java.lang.Object
org.apache.webbeans.component.BeanAttributesImpl<T>
org.apache.webbeans.component.AbstractOwbBean<T>
org.apache.webbeans.component.BuiltInOwbBean<T>
org.apache.webbeans.component.ExtensionBean<T>
- Type Parameters:
T - type info
- All Implemented Interfaces:
- Contextual<T>, Bean<T>, PassivationCapable, OwbBean<T>, BeanAttributes<T>
public class ExtensionBean<T>
- extends BuiltInOwbBean<T>
Extension service bean definition.
- Version:
- $Rev: 1493478 $ $Date: 2013-06-16 11:19:42 +0200 (Sun, 16 Jun 2013) $
| Methods inherited from class org.apache.webbeans.component.AbstractOwbBean |
create, destroy, getBeanClass, getId, getInjectionPoints, getLogger, getReturnType, getWebBeansContext, getWebBeansType, isAlternative, isDependent, isEnabled, isPassivationCapable, isSpecializedBean, setEnabled, setSpecializedBean, toString |
ExtensionBean
public ExtensionBean(WebBeansContext webBeansContext,
Class<T> returnType)
- Creates a new extesion bean.
- Parameters:
returnType - return typewebBeansContext -
Copyright © 2008–2014 The Apache Software Foundation. All rights reserved.