de.laures.cewolf.taglib.util
Class KeyGenerator

java.lang.Object
  extended by de.laures.cewolf.taglib.util.KeyGenerator

public abstract class KeyGenerator
extends java.lang.Object

Author:
Guido Laures

Nested Class Summary
private static class KeyGenerator.NoKeyException
           
 
Field Summary
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
KeyGenerator()
           
 
Method Summary
static int generateKey(java.io.Serializable obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static final org.apache.commons.logging.Log log
Constructor Detail

KeyGenerator

public KeyGenerator()
Method Detail

generateKey

public static int generateKey(java.io.Serializable obj)