Module org.apache.wicket.util
Package org.apache.wicket.util.crypt
Class CryptFactoryCachingDecorator
java.lang.Object
org.apache.wicket.util.crypt.CryptFactoryCachingDecorator
- All Implemented Interfaces:
ICryptFactory
ICryptFactory decorator that caches the call to ICryptFactory.newCrypt()- Author:
- Igor Vaynberg (ivaynberg)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CryptFactoryCachingDecorator
Construct.- Parameters:
delegate- the crypt factory whoseICryptFactory.newCrypt()call will be cached
-
-
Method Details
-
newCrypt
- Specified by:
newCryptin interfaceICryptFactory- Returns:
- new crypt object
-