wicket.util.crypt
Class NoCryptFactory

java.lang.Object
  extended by wicket.util.crypt.CryptFactoryCachingDecorator
      extended by wicket.util.crypt.NoCryptFactory
All Implemented Interfaces:
ICryptFactory

public class NoCryptFactory
extends CryptFactoryCachingDecorator

Crypt factory implementation for noop NoCrypt class

Author:
Igor Vaynberg (ivaynberg)

Constructor Summary
NoCryptFactory()
          Construct.
 
Method Summary
 
Methods inherited from class wicket.util.crypt.CryptFactoryCachingDecorator
newCrypt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoCryptFactory

public NoCryptFactory()
Construct.



Copyright © 2004-2007 Wicket developers. All Rights Reserved.