org.apache.myfaces.extensions.validator.crossval.storage
Class DefaultProcessedInformationStorageManager

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<CrossValidationStorage>
              extended by org.apache.myfaces.extensions.validator.crossval.storage.DefaultProcessedInformationStorageManager
All Implemented Interfaces:
NameMapperAwareFactory<NameMapper<String>>, StorageManager<CrossValidationStorage>

public class DefaultProcessedInformationStorageManager
extends AbstractRequestScopeAwareStorageManager<CrossValidationStorage>

default storage-manager for processed information entries

Since:
x.x.3

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.storage.AbstractStorageManager
logger
 
Constructor Summary
DefaultProcessedInformationStorageManager()
           
 
Method Summary
 String getStorageManagerKey()
          Returns the key where the cached instances can be found in the JSF Scope.
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.storage.AbstractRequestScopeAwareStorageManager
resolveStorageMap
 
Methods inherited from class org.apache.myfaces.extensions.validator.core.storage.AbstractStorageManager
create, getNameMapperList, 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

DefaultProcessedInformationStorageManager

public DefaultProcessedInformationStorageManager()
Method Detail

getStorageManagerKey

public String getStorageManagerKey()
Description copied from class: AbstractStorageManager
Returns the key where the cached instances can be found in the JSF Scope.

Specified by:
getStorageManagerKey in class AbstractStorageManager<CrossValidationStorage>
Returns:
key for finding the cached instances in thre JSF Scope.


Copyright © 2008-2013 The Apache Software Foundation. All Rights Reserved.