|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mindmatters.faces.util.RandomGuid
Globally unique identifier generator.
Note: This class is based on the code of
org.springframework.webflow.util.RandomGuid
.
Field Summary | |
protected static org.apache.commons.logging.Log |
LOGGER
For logging. |
Constructor Summary | |
RandomGuid()
Default constructor. |
|
RandomGuid(boolean secure)
Constructor with security option. |
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
Convert to the standard format for GUID (Useful for SQL Server UniqueIdentifiers, etc). |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected static final org.apache.commons.logging.Log LOGGER
Constructor Detail |
public RandomGuid()
public RandomGuid(boolean secure)
secure
- with security option or not?Method Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |