public interface DecorableBean<T> extends Bean<T>
Bean
that can have decorators. This can be a ManagedBean
, SessionBean
or a
built-in Bean
.Modifier and Type | Method and Description |
---|---|
List<Decorator<?>> |
getDecorators()
Resolves decorators for this bean.
|
getBeanClass, getInjectionPoints, isNullable
create, destroy
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
Copyright © 2013 Seam Framework. All Rights Reserved.