org.apache.myfaces.extensions.validator.crossval.storage
Class DefaultCrossValidationStorageManager
java.lang.Object
org.apache.myfaces.extensions.validator.core.factory.AbstractNameMapperAwareFactory<String>
org.apache.myfaces.extensions.validator.core.storage.AbstractStorageManager<T>
org.apache.myfaces.extensions.validator.core.storage.AbstractRequestScopeAwareStorageManager<CrossValidationStorage>
org.apache.myfaces.extensions.validator.crossval.storage.DefaultCrossValidationStorageManager
- All Implemented Interfaces:
- NameMapperAwareFactory<NameMapper<String>>, StorageManager<CrossValidationStorage>
public class DefaultCrossValidationStorageManager
- extends AbstractRequestScopeAwareStorageManager<CrossValidationStorage>
default storage-manager for cross-validation entries
- Since:
- x.x.3
|
Method Summary |
String |
getStorageManagerKey()
Returns the key which will be used to find the storages scoped by the storage-manager instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultCrossValidationStorageManager
public DefaultCrossValidationStorageManager()
getStorageManagerKey
public String getStorageManagerKey()
- Description copied from class:
AbstractStorageManager
- Returns the key which will be used to find the storages scoped by the storage-manager instance.
- Specified by:
getStorageManagerKey in class AbstractStorageManager<CrossValidationStorage>
- Returns:
- key for finding the storage scoped by the storage-manager instance
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.