|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mindmatters.faces.spring.factory.AbstractCglibSubclassCreator.CglibIdentitySupport
Class providing hashCode and equals methods required by CGLIB to ensure that CGLIB doesn't generate a distinct class per bean. Identity is based on class and bean name.
Constructor Summary | |
AbstractCglibSubclassCreator.CglibIdentitySupport()
|
Method Summary | |
boolean |
equals(java.lang.Object other)
Provided equals method required by CGLIB to ensure that CGLIB doesn't generate a distinct class per bean. |
protected java.lang.Class |
getBeanClass()
The class of the bean to subclass. |
protected java.lang.String |
getBeanName()
The name of the bean to subclass. |
int |
hashCode()
Provided hashCode required by CGLIB to ensure that CGLIB doesn't generate a distinct class per bean. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractCglibSubclassCreator.CglibIdentitySupport()
Method Detail |
public final int hashCode()
public final boolean equals(java.lang.Object other)
other
- the reference object with which to compare.
true
if this object is the same as the obj
argument; false
otherwise.protected final java.lang.Class getBeanClass()
protected final java.lang.String getBeanName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |