T
- type of the bean classS
- type of bean (either Bean, Interceptor or Decorator)public class WrappedBeanHolder<T,S extends Bean<T>> extends Object
IsolatedForwardingBean
and its subclasses as a value holder.Constructor and Description |
---|
WrappedBeanHolder(BeanAttributes<T> attributes,
S bean) |
Modifier and Type | Method and Description |
---|---|
BeanAttributes<T> |
getAttributes() |
S |
getBean() |
static <T,S extends Bean<T>> |
of(BeanAttributes<T> attributes,
S bean) |
public WrappedBeanHolder(BeanAttributes<T> attributes, S bean)
public static <T,S extends Bean<T>> WrappedBeanHolder<T,S> of(BeanAttributes<T> attributes, S bean)
public BeanAttributes<T> getAttributes()
public S getBean()
Copyright © 2013 Seam Framework. All Rights Reserved.