Package org.apache.myfaces.util.token
Class TokenGenerator
- java.lang.Object
- 
- org.apache.myfaces.util.token.TokenGenerator
 
- 
 public class TokenGenerator extends Object - Author:
- lu4242
 
- 
- 
Constructor SummaryConstructors Constructor Description TokenGenerator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNextToken()Get the next token to be assigned to this requestAtomicLonggetSeed()
 
- 
- 
- 
Method Detail- 
getNextTokenpublic String getNextToken() Get the next token to be assigned to this request- Returns:
 
 - 
getSeedpublic AtomicLong getSeed() 
 
- 
 
-