org.apache.myfaces.extensions.validator.core.storage
Class AbstractApplicationScopeAwareStorageManager<T>
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.AbstractApplicationScopeAwareStorageManager<T>
- All Implemented Interfaces:
- NameMapperAwareFactory<NameMapper<String>>, StorageManager<T>
public abstract class AbstractApplicationScopeAwareStorageManager<T>
- extends AbstractStorageManager<T>
- Since:
- x.x.3
|
Method Summary |
protected Map<String,T> |
resolveStorageMap()
Returns a Map of all scoped storages stored by the current manager instance. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractApplicationScopeAwareStorageManager
public AbstractApplicationScopeAwareStorageManager()
resolveStorageMap
protected Map<String,T> resolveStorageMap()
- Returns a Map of all scoped storages stored by the current manager instance.
- Specified by:
resolveStorageMap in class AbstractStorageManager<T>
- Returns:
- Map of all cached storages managed by the current storage manager.
Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.