Package org.jboss.weld.bean
Interface DecorableBean<T>
-
- All Superinterfaces:
Bean<T>,BeanAttributes<T>,Contextual<T>
- All Known Implementing Classes:
AbstractClassBean,AbstractDecorableBuiltInBean,AbstractEEBean,AbstractFacadeBean,AbstractStaticallyDecorableBuiltInBean,ConversationBean,DecoratorImpl,EventBean,EventMetadataBean,InjectionPointBean,InstanceBean,InterceptionFactoryBean,InterceptorImpl,ManagedBean,NewManagedBean,PrincipalBean,RequestContextControllerBean
public interface DecorableBean<T> extends Bean<T>
Marker interface for aBeanthat can have decorators. This can be aManagedBean,SessionBeanor a built-inBean.- Author:
- Jozef Hartinger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Decorator<?>>getDecorators()Resolves decorators for this bean.-
Methods inherited from interface javax.enterprise.inject.spi.Bean
getBeanClass, getInjectionPoints, isNullable
-
Methods inherited from interface javax.enterprise.inject.spi.BeanAttributes
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
-
Methods inherited from interface javax.enterprise.context.spi.Contextual
create, destroy
-
-