Uses of Class
org.apache.webbeans.component.AbstractOwbBean

Packages that use AbstractOwbBean
org.apache.webbeans.component   
org.apache.webbeans.component.creation   
org.apache.webbeans.component.third   
org.apache.webbeans.component.xml   
org.apache.webbeans.config   
org.apache.webbeans.config.inheritance   
org.apache.webbeans.decorator   
org.apache.webbeans.decorator.xml   
org.apache.webbeans.inject   
org.apache.webbeans.inject.xml   
org.apache.webbeans.intercept   
org.apache.webbeans.intercept.custom   
org.apache.webbeans.intercept.webbeans   
org.apache.webbeans.util   
org.apache.webbeans.xml   
 

Uses of AbstractOwbBean in org.apache.webbeans.component
 

Subclasses of AbstractOwbBean in org.apache.webbeans.component
 class AbstractInjectionTargetBean<T>
          Abstract class for injection target beans.
 class AbstractProducerBean<T>
          Abstract class for producer components.
 class BeanManagerBean
           
 class ConversationBean
          Conversation bean implementation.
 class EventBean<T>
          Implicit observable bean definition.
 class ExtensionBean<T>
          Extension service bean definition.
 class InjectionPointBean
           
 class InstanceBean<T>
           
 class ManagedBean<T>
          Managed bean implementation of the Bean.
 class NewBean<T>
          Component definition with New binding annotation.
 class ProducerFieldBean<T>
          Defines the producer field component implementation.
 class ProducerMethodBean<T>
          Concrete implementation of the AbstractOwbBean.
 class ResourceBean<X,T extends Annotation>
           
 

Uses of AbstractOwbBean in org.apache.webbeans.component.creation
 

Methods in org.apache.webbeans.component.creation that return AbstractOwbBean
 AbstractOwbBean<T> AbstractBeanCreator.getBean()
          Gets bean.
 AbstractOwbBean<T> BeanCreator.getBean()
          Gets bean.
 

Constructors in org.apache.webbeans.component.creation with parameters of type AbstractOwbBean
AbstractBeanCreator(AbstractOwbBean<T> bean, Annotation[] beanAnnotations)
          Creates a bean instance.
 

Uses of AbstractOwbBean in org.apache.webbeans.component.third
 

Subclasses of AbstractOwbBean in org.apache.webbeans.component.third
 class ThirdpartyBeanImpl<T>
           
 

Uses of AbstractOwbBean in org.apache.webbeans.component.xml
 

Subclasses of AbstractOwbBean in org.apache.webbeans.component.xml
 class XMLManagedBean<T>
           
 class XMLProducerBean<T>
           
 

Uses of AbstractOwbBean in org.apache.webbeans.config
 

Methods in org.apache.webbeans.config with parameters of type AbstractOwbBean
static
<T> void
DefinitionUtil.addConstructorInjectionPointMetaData(AbstractOwbBean<T> owner, Constructor<T> constructor)
           
static
<T> void
DefinitionUtil.addFieldInjectionPointMetaData(AbstractOwbBean<T> owner, Field field)
           
static
<T> void
DefinitionUtil.addMethodInjectionPointMetaData(AbstractOwbBean<T> owner, Method method)
           
static
<T> void
DefinitionUtil.defineApiTypes(AbstractOwbBean<T> bean, Class<T> clazz)
          Configures the web bean api types.
static
<T> void
DefinitionUtil.defineDisposalMethods(AbstractOwbBean<T> component)
           
static
<T> void
DefinitionUtil.defineName(AbstractOwbBean<T> component, Annotation[] anns, String defaultName)
          Configure web beans component name.
static
<T> void
DefinitionUtil.defineQualifiers(AbstractOwbBean<T> component, Annotation[] annotations)
          Configure web beans component qualifier.
static
<T> void
DefinitionUtil.defineScopeType(AbstractOwbBean<T> component, Annotation[] annotations, String exceptionMessage)
          Configure web beans component scope type.
static
<T> void
DefinitionUtil.defineSerializable(AbstractOwbBean<T> component)
           
 

Uses of AbstractOwbBean in org.apache.webbeans.config.inheritance
 

Constructors in org.apache.webbeans.config.inheritance with parameters of type AbstractOwbBean
BeanInheritedMetaData(AbstractOwbBean<T> component)
           
 

Uses of AbstractOwbBean in org.apache.webbeans.decorator
 

Subclasses of AbstractOwbBean in org.apache.webbeans.decorator
 class WebBeansDecorator<T>
          Defines decorators.
 

Methods in org.apache.webbeans.decorator that return AbstractOwbBean
 AbstractOwbBean<T> OwbDecorator.getDelegateComponent()
           
 AbstractOwbBean<T> WebBeansDecorator.getDelegateComponent()
           
 

Uses of AbstractOwbBean in org.apache.webbeans.decorator.xml
 

Subclasses of AbstractOwbBean in org.apache.webbeans.decorator.xml
 class WebBeansXMLDecorator<T>
           
 

Uses of AbstractOwbBean in org.apache.webbeans.inject
 

Constructors in org.apache.webbeans.inject with parameters of type AbstractOwbBean
InjectableConstructor(Constructor<T> cons, AbstractOwbBean<?> owner, CreationalContext<?> creationalContext)
          Sets the constructor.
InjectableField(Field field, Object instance, AbstractOwbBean<?> owner, CreationalContext<?> creationalContext)
           
 

Uses of AbstractOwbBean in org.apache.webbeans.inject.xml
 

Constructors in org.apache.webbeans.inject.xml with parameters of type AbstractOwbBean
XMLInjectableConstructor(Constructor<T> constructor, AbstractOwbBean<?> owner, CreationalContext<?> creationalContext)
          Defines new XMLInjectableConstructor instance.
XMLInjectableField(Field field, Object instance, AbstractOwbBean<?> owner, XMLInjectionPointModel model, CreationalContext<?> creationalContext)
           
XMLInjectableMethods(Method m, Object instance, AbstractOwbBean<?> owner, List<XMLInjectionPointModel> injectionPointModelList, CreationalContext<?> creationalContext)
           
 

Uses of AbstractOwbBean in org.apache.webbeans.intercept
 

Methods in org.apache.webbeans.intercept that return AbstractOwbBean
 AbstractOwbBean<T> OwbInterceptor.getDelegate()
           
 

Uses of AbstractOwbBean in org.apache.webbeans.intercept.custom
 

Subclasses of AbstractOwbBean in org.apache.webbeans.intercept.custom
 class CustomInterceptor<T>
           
 

Uses of AbstractOwbBean in org.apache.webbeans.intercept.webbeans
 

Subclasses of AbstractOwbBean in org.apache.webbeans.intercept.webbeans
 class WebBeansInterceptor<T>
          Defines the webbeans specific interceptors.
 

Methods in org.apache.webbeans.intercept.webbeans that return AbstractOwbBean
 AbstractOwbBean<T> WebBeansInterceptor.getDelegate()
           
 

Uses of AbstractOwbBean in org.apache.webbeans.util
 

Methods in org.apache.webbeans.util with parameters of type AbstractOwbBean
static
<T> void
WebBeansAnnotatedTypeUtil.addConstructorInjectionPointMetaData(AbstractOwbBean<T> owner, AnnotatedConstructor<T> constructor)
           
static
<T,X> void
WebBeansAnnotatedTypeUtil.addFieldInjectionPointMetaData(AbstractOwbBean<T> owner, AnnotatedField<X> annotField)
           
static void WebBeansUtil.checkNullable(Class<?> type, AbstractOwbBean<?> component)
           
static boolean WebBeansUtil.configuredProducerSpecializedName(AbstractOwbBean<?> component, Method method, Method superMethod)
          Configures the name of the producer method for specializing the parent.
static void WebBeansUtil.configureProducerSpecialization(AbstractOwbBean<?> component, Method method, Class<?> superClass)
          Configures the producer method specialization.
static
<X> void
WebBeansAnnotatedTypeUtil.configureProducerSpecialization(AbstractOwbBean<X> bean, AnnotatedMethod<X> annotatedMethod)
           
static boolean WebBeansUtil.isEnterpriseBean(AbstractOwbBean<?> bean)
          Returns true if bean is an enterprise bean, false otherwise.
static boolean WebBeansUtil.isManagedBean(AbstractOwbBean<?> component)
           
static boolean WebBeansUtil.isProducerBean(AbstractOwbBean<?> bean)
           
 

Uses of AbstractOwbBean in org.apache.webbeans.xml
 

Methods in org.apache.webbeans.xml with parameters of type AbstractOwbBean
<T> void
WebBeansXMLConfigurator.configureProducerTypeLevelMetaData(AbstractOwbBean<T> component, List<Class<? extends Annotation>> annotationSet, List<Element> annotationElementList, Element webBeanDecleration)
          Configures the type level meta data of the webbeans component.
static
<T> boolean
XMLDefinitionUtil.defineXMLBindingType(AbstractOwbBean<T> component, List<Class<? extends Annotation>> annotationSet, List<Element> annotationElementList, String errorMessage)
           
static
<T> boolean
XMLDefinitionUtil.defineXMLName(AbstractOwbBean<T> component, List<Class<? extends Annotation>> annotationSet)
           
static
<T> void
XMLDefinitionUtil.defineXMLStereoType(AbstractOwbBean<T> component, List<Class<? extends Annotation>> annotationSet)
          Configures the webbeans component stereotype.
static
<T> Class<? extends Annotation>
XMLDefinitionUtil.defineXMLTypeMetaData(AbstractOwbBean<T> component, List<Class<? extends Annotation>> annotationSet, Class<? extends Annotation> defineType, String errorMessage)
          Gets applicable annotation class for given defineType parameter from the given annotation set.
static InjectionPoint XMLDefinitionUtil.getXMLMethodInjectionPoint(AbstractOwbBean<?> component, XMLInjectionPointModel model, Method method)
           
 



Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.