wt.inf.template.ix
Class TemplateGeneratorRegistry.RegistryKey

java.lang.Object
  extended bywt.inf.template.ix.TemplateGeneratorRegistry.RegistryKey
Enclosing class:
TemplateGeneratorRegistry

class TemplateGeneratorRegistry.RegistryKey
extends Object


Field Summary
(package private)  Class cls
           
(package private)  String handlerName
           
(package private)  String scriptId
           
 
Constructor Summary
TemplateGeneratorRegistry.RegistryKey(Class contClass, String id, String handlerKey)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cls

Class cls

scriptId

String scriptId

handlerName

String handlerName
Constructor Detail

TemplateGeneratorRegistry.RegistryKey

public TemplateGeneratorRegistry.RegistryKey(Class contClass,
                                             String id,
                                             String handlerKey)
Method Detail

equals

public boolean equals(Object other)

hashCode

public int hashCode()