org.jboss.weld.bean.builtin
Class InjectionPointBean
java.lang.Object
org.jboss.weld.bean.RIBean<T>
org.jboss.weld.bean.builtin.AbstractBuiltInBean<javax.enterprise.inject.spi.InjectionPoint>
org.jboss.weld.bean.builtin.InjectionPointBean
- All Implemented Interfaces:
- javax.enterprise.context.spi.Contextual<javax.enterprise.inject.spi.InjectionPoint>, javax.enterprise.inject.spi.Bean<javax.enterprise.inject.spi.InjectionPoint>, javax.enterprise.inject.spi.PassivationCapable
public class InjectionPointBean
- extends AbstractBuiltInBean<javax.enterprise.inject.spi.InjectionPoint>
Bean for InjectionPoint metadata
- Author:
- David Allen
|
Constructor Summary |
InjectionPointBean(BeanManagerImpl manager)
Creates an InjectionPoint Web Bean for the injection of the containing bean owning
the field, constructor or method for the annotated item |
|
Method Summary |
javax.enterprise.inject.spi.InjectionPoint |
create(javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.InjectionPoint> creationalContext)
|
void |
destroy(javax.enterprise.inject.spi.InjectionPoint instance,
javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.InjectionPoint> creationalContext)
|
java.lang.Class<javax.enterprise.inject.spi.InjectionPoint> |
getType()
|
java.util.Set<java.lang.reflect.Type> |
getTypes()
|
java.lang.String |
toString()
|
| Methods inherited from class org.jboss.weld.bean.builtin.AbstractBuiltInBean |
getAnnotatedInjectionPoints, getDescription, getName, getQualifiers, getScope, getSpecializedBean, getStereotypes, initialize, isAlternative, isNullable, isPrimitive, isProxyable, isSpecializing |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
InjectionPointBean
public InjectionPointBean(BeanManagerImpl manager)
- Creates an InjectionPoint Web Bean for the injection of the containing bean owning
the field, constructor or method for the annotated item
- Type Parameters:
T - must be InjectionPointS - - Parameters:
field - The annotated member field/parameter for the injectionmanager - The RI manager implementation
create
public javax.enterprise.inject.spi.InjectionPoint create(javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.InjectionPoint> creationalContext)
destroy
public void destroy(javax.enterprise.inject.spi.InjectionPoint instance,
javax.enterprise.context.spi.CreationalContext<javax.enterprise.inject.spi.InjectionPoint> creationalContext)
getType
public java.lang.Class<javax.enterprise.inject.spi.InjectionPoint> getType()
- Specified by:
getType in class RIBean<javax.enterprise.inject.spi.InjectionPoint>
getTypes
public java.util.Set<java.lang.reflect.Type> getTypes()
toString
public java.lang.String toString()
- Overrides:
toString in class RIBean<javax.enterprise.inject.spi.InjectionPoint>
Copyright © 2008-2009 Seam Framework. All Rights Reserved.