Uses of Interface
org.apache.webbeans.component.OwbBean

Packages that use OwbBean
org.apache.webbeans.component   
org.apache.webbeans.component.third   
org.apache.webbeans.component.xml   
org.apache.webbeans.config   
org.apache.webbeans.container   
org.apache.webbeans.decorator   
org.apache.webbeans.decorator.xml   
org.apache.webbeans.inject   
org.apache.webbeans.intercept   
org.apache.webbeans.intercept.custom   
org.apache.webbeans.intercept.webbeans   
org.apache.webbeans.portable.creation   
org.apache.webbeans.proxy   
org.apache.webbeans.util   
 

Uses of OwbBean in org.apache.webbeans.component
 

Subinterfaces of OwbBean in org.apache.webbeans.component
 interface InjectionTargetBean<T>
          Defines contract for injection target beans.
 

Classes in org.apache.webbeans.component that implement OwbBean
 class AbstractInjectionTargetBean<T>
          Abstract class for injection target beans.
 class AbstractOwbBean<T>
          Abstract implementation of the OwbBean contract.
 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 OwbBean in org.apache.webbeans.component.third
 

Classes in org.apache.webbeans.component.third that implement OwbBean
 class ThirdpartyBeanImpl<T>
           
 

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

Classes in org.apache.webbeans.component.xml that implement OwbBean
 class XMLManagedBean<T>
           
 class XMLProducerBean<T>
           
 

Uses of OwbBean in org.apache.webbeans.config
 

Methods in org.apache.webbeans.config with parameters of type OwbBean
static void DefinitionUtil.defineDefaultScopeType(OwbBean<?> component, String exceptionMessage)
           
static
<T> void
DefinitionUtil.defineStereoTypes(OwbBean<?> component, Annotation[] anns)
           
 

Uses of OwbBean in org.apache.webbeans.container
 

Methods in org.apache.webbeans.container with parameters of type OwbBean
protected  void BeanManagerImpl.addPassivationInfo(OwbBean<?> bean)
          Check if the bean is has a passivation id and add it to the id store.
 

Uses of OwbBean in org.apache.webbeans.decorator
 

Classes in org.apache.webbeans.decorator that implement OwbBean
 class WebBeansDecorator<T>
          Defines decorators.
 

Constructors in org.apache.webbeans.decorator with parameters of type OwbBean
DelegateHandler(OwbBean<?> bean)
           
DelegateHandler(OwbBean<?> bean, InvocationContext ejbContext)
           
 

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

Classes in org.apache.webbeans.decorator.xml that implement OwbBean
 class WebBeansXMLDecorator<T>
           
 

Uses of OwbBean in org.apache.webbeans.inject
 

Fields in org.apache.webbeans.inject declared as OwbBean
protected  OwbBean<?> AbstractInjectable.injectionOwnerBean
          Owner bean of the injection point
 

Methods in org.apache.webbeans.inject that return OwbBean
 OwbBean<?> AbstractInjectable.getInjectionOwnerComponent()
          Gets the component.
 

Constructors in org.apache.webbeans.inject with parameters of type OwbBean
AbstractInjectable(OwbBean<?> injectionOwnerBean, CreationalContext<?> injectionOwnerCreationalContext)
          Creates a new injectable.
InjectableMethods(Method m, Object instance, OwbBean<?> owner, CreationalContext<?> creationalContext)
          Constructs new instance.
 

Uses of OwbBean in org.apache.webbeans.intercept
 

Fields in org.apache.webbeans.intercept declared as OwbBean
protected  OwbBean<?> InterceptorHandler.bean
          Proxied bean
 

Methods in org.apache.webbeans.intercept with parameters of type OwbBean
protected  Object ApplicationScopedBeanIntereptorHandler.getContextualInstance(OwbBean<Object> bean)
          
static
<T> Class<? extends T>
InterceptorRuntimeSupport.getInterceptorSubClass(OwbBean<T> bean)
          Create a interceptor/decorator subclass for the given bean.
 

Constructors in org.apache.webbeans.intercept with parameters of type OwbBean
ApplicationScopedBeanIntereptorHandler(OwbBean<?> bean, CreationalContext<?> creationalContext)
          Creates a new handler.
DependentScopedBeanInterceptorHandler(OwbBean<?> bean, Object instance, CreationalContext<?> creationalContext)
          Creates a new instance of handler.
InterceptorHandler(OwbBean<?> bean)
          Creates a new handler.
InvocationContextImpl(OwbBean<?> bean, Object instance, Method method, Object[] parameters, List<InterceptorData> datas, InterceptorType type)
          Initializes the context.
NormalScopedBeanInterceptorHandler(OwbBean<?> bean, CreationalContext<?> creationalContext)
          Creates a new bean instance
 

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

Classes in org.apache.webbeans.intercept.custom that implement OwbBean
 class CustomInterceptor<T>
           
 

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

Classes in org.apache.webbeans.intercept.webbeans that implement OwbBean
 class WebBeansInterceptor<T>
          Defines the webbeans specific interceptors.
 

Uses of OwbBean in org.apache.webbeans.portable.creation
 

Fields in org.apache.webbeans.portable.creation declared as OwbBean
protected  OwbBean<T> AbstractProducer.bean
          Bean instance
 

Constructors in org.apache.webbeans.portable.creation with parameters of type OwbBean
AbstractProducer(OwbBean<T> bean)
          Create a new producer with given bean.
 

Uses of OwbBean in org.apache.webbeans.proxy
 

Methods in org.apache.webbeans.proxy that return types with arguments of type OwbBean
 Map<OwbBean<?>,Class<?>> JavassistProxyFactory.getInterceptorProxyClasses()
           
 

Methods in org.apache.webbeans.proxy with parameters of type OwbBean
 Class<?> JavassistProxyFactory.createAbstractDecoratorProxyClass(OwbBean<?> bean)
           
 Object JavassistProxyFactory.createDependentScopedBeanProxy(OwbBean<?> bean, Object actualInstance, CreationalContext<?> creastionalContext)
           
 Object JavassistProxyFactory.createNormalScopedBeanProxy(OwbBean<?> bean, CreationalContext<?> creationalContext)
           
 Class<?> JavassistProxyFactory.defineEjbBeanProxyClass(OwbBean<?> bean, Class<?> iface, javassist.util.proxy.ProxyFactory factory)
          Defines the proxy for the given bean and iface using callers factory.
 Class<?> JavassistProxyFactory.getEjbBeanProxyClass(OwbBean<?> bean, Class<?> iface)
          Provides the proxy for the given bean and interface, if defined
 

Uses of OwbBean in org.apache.webbeans.util
 

Methods in org.apache.webbeans.util with parameters of type OwbBean
static
<T,X> void
WebBeansAnnotatedTypeUtil.addMethodInjectionPointMetaData(OwbBean<T> owner, AnnotatedMethod<X> method)
           
static Annotation[] WebBeansUtil.getComponentStereoTypes(OwbBean<?> bean)
          Returns bean stereotypes.
static boolean WebBeansUtil.hasNamedOnStereoTypes(OwbBean<?> bean)
          Returns true if name exists,false otherwise.
static boolean WebBeansUtil.isComponentHasStereoType(OwbBean<?> component)
          Returns true if array contains the StereoType meta annotation
 



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