org.apache.wicket.core.request.mapper
Class CryptoMapper.HashedSegmentGenerator

java.lang.Object
  extended by org.apache.wicket.core.request.mapper.CryptoMapper.HashedSegmentGenerator
Enclosing class:
CryptoMapper

public static class CryptoMapper.HashedSegmentGenerator
extends Object

A generator of hashed segments.


Constructor Summary
CryptoMapper.HashedSegmentGenerator(String string)
           
 
Method Summary
 int hashString(String str)
           
 String next()
          Generate the next segment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CryptoMapper.HashedSegmentGenerator

public CryptoMapper.HashedSegmentGenerator(String string)
Method Detail

next

public String next()
Generate the next segment

Returns:
segment

hashString

public int hashString(String str)


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.