org.apache.myfaces.extensions.validator.core.storage
Class AbstractRequestScopeAwareStorageManager<T>

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.core.factory.AbstractNameMapperAwareFactory<String>
      extended by org.apache.myfaces.extensions.validator.core.storage.AbstractStorageManager<T>
          extended by org.apache.myfaces.extensions.validator.core.storage.AbstractRequestScopeAwareStorageManager<T>
All Implemented Interfaces:
NameMapperAwareFactory<NameMapper<String>>, StorageManager<T>
Direct Known Subclasses:
DefaultClientValidatorStorageManager, DefaultCrossValidationStorageManager, DefaultModelValidationStorageManager, DefaultProcessedInformationStorageManager

public abstract class AbstractRequestScopeAwareStorageManager<T>
extends AbstractStorageManager<T>

Since:
x.x.3

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.storage.AbstractStorageManager
logger
 
Constructor Summary
AbstractRequestScopeAwareStorageManager()
           
 
Method Summary
protected  Map<String,T> resolveStorageMap()
          Returns a Map of all scoped storages stored by the current manager instance.
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.storage.AbstractStorageManager
create, getNameMapperList, getStorageManagerKey, reset, resolveStorage
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.factory.AbstractNameMapperAwareFactory
deny, deregister, getComparator, register
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractRequestScopeAwareStorageManager

public AbstractRequestScopeAwareStorageManager()
Method Detail

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.