org.apache.myfaces.extensions.validator.trinidad.storage
Class DefaultClientValidatorStorageManager
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<TrinidadClientValidatorStorage>
org.apache.myfaces.extensions.validator.trinidad.storage.DefaultClientValidatorStorageManager
- All Implemented Interfaces:
- NameMapperAwareFactory<NameMapper<String>>, StorageManager<TrinidadClientValidatorStorage>
public class DefaultClientValidatorStorageManager
- extends AbstractRequestScopeAwareStorageManager<TrinidadClientValidatorStorage>
default storage-manager for component 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 |
DefaultClientValidatorStorageManager
public DefaultClientValidatorStorageManager()
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<TrinidadClientValidatorStorage>
- Returns:
- key for finding the storage scoped by the storage-manager instance
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.