org.apache.myfaces.extensions.validator.trinidad.storage
Class DefaultClientValidatorStorageManager

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<TrinidadClientValidatorStorage>
              extended by 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

Field Summary
 
Fields inherited from class org.apache.myfaces.extensions.validator.core.storage.AbstractStorageManager
logger
 
Constructor Summary
DefaultClientValidatorStorageManager()
           
 
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 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

DefaultClientValidatorStorageManager

public DefaultClientValidatorStorageManager()
Method Detail

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.