public abstract class CommonBean<T> extends ForwardingBeanAttributes<T> implements Bean<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
BEAN_ID_PREFIX |
static String |
BEAN_ID_SEPARATOR |
| Modifier | Constructor and Description |
|---|---|
protected |
CommonBean(BeanAttributes<T> attributes,
String idSuffix,
BeanManagerImpl beanManager) |
| Modifier and Type | Method and Description |
|---|---|
protected BeanAttributes<T> |
attributes() |
boolean |
equals(Object obj) |
String |
getId() |
int |
hashCode() |
void |
setAttributes(BeanAttributes<T> attributes) |
String |
toString() |
protected Object |
unwrap(Object object) |
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullableclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetBeanClass, getInjectionPointscreate, destroygetName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative, isNullablepublic static final String BEAN_ID_PREFIX
public static final String BEAN_ID_SEPARATOR
protected CommonBean(BeanAttributes<T> attributes, String idSuffix, BeanManagerImpl beanManager)
public boolean equals(Object obj)
equals in class ForwardingBeanAttributes<T>protected BeanAttributes<T> attributes()
attributes in class ForwardingBeanAttributes<T>public void setAttributes(BeanAttributes<T> attributes)
public int hashCode()
hashCode in class ForwardingBeanAttributes<T>public String getId()
Copyright © 2012 Seam Framework. All Rights Reserved.