Uses of Interface
org.jboss.weld.bean.DecorableBean
-
Packages that use DecorableBean Package Description org.jboss.weld.bean JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean.builtin JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc.org.jboss.weld.bean.builtin.ee JBoss, Home of Professional Open Source Copyright 2015, Red Hat, Inc. -
-
Uses of DecorableBean in org.jboss.weld.bean
Classes in org.jboss.weld.bean that implement DecorableBean Modifier and Type Class Description classAbstractClassBean<T>An abstract bean representation common for class-based beansclassDecoratorImpl<T>classInterceptorImpl<T>classManagedBean<T>Represents a simple beanclassNewManagedBean<T>Represents a @New simple beanclassNewSessionBean<T>Represents a @New enterprise beanclassSessionBean<T>An enterprise bean representation -
Uses of DecorableBean in org.jboss.weld.bean.builtin
Classes in org.jboss.weld.bean.builtin that implement DecorableBean Modifier and Type Class Description classAbstractDecorableBuiltInBean<T>Built-in bean that can be decorated by aDecoratorclassAbstractFacadeBean<T>The built-in bean for facade objects.classAbstractStaticallyDecorableBuiltInBean<T>A decorated built-in bean for which, unlikeAbstractFacadeBean, decorators only need to be resolved once.classConversationBeanclassEventBeanclassEventMetadataBeanBuilt-in bean for event metadata.classInjectionPointBeanBean for InjectionPoint metadataclassInstanceBean -
Uses of DecorableBean in org.jboss.weld.bean.builtin.ee
Classes in org.jboss.weld.bean.builtin.ee that implement DecorableBean Modifier and Type Class Description classAbstractEEBean<T>classHttpServletRequestBeanBuilt-in bean exposingHttpServletRequest.classHttpSessionBeanBuilt-in bean exposingHttpSession.classPrincipalBeanclassServletContextBeanBuilt-in bean exposingServletContext.classUserTransactionBean
-