|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.template.cache.CmsElementDescriptor
This descriptor is used to locate CmsElement-Objects with the CmsElementLocator. It is the key for a CmsElement.
| Constructor Summary | |
CmsElementDescriptor(String className,
String templateName)
The constructor to create a new CmsElementDescriptor. |
|
| Method Summary | |
boolean |
equals(Object obj)
Compares the overgiven object with this object. |
String |
getClassName()
Get the class name for the element defined. |
String |
getKey()
Returns the key of this descriptor. |
String |
getTemplateName()
Get the template name for the element defined. |
int |
hashCode()
We have to return a hashcode for the hashtable. |
String |
toString()
toString methode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CmsElementDescriptor(String className,
String templateName)
className - the name of the class for this descriptor.templateName - the name of the template for this descriptor.| Method Detail |
public String getKey()
public String getClassName()
public String getTemplateName()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||