Package org.apache.myfaces.extensions.validator.core.storage

Interface Summary
FacesInformationStorage storage for additional information about the current faces request for now it just contains information about the current phase of the lifecycle
FacesMessageStorage  
GroupStorage Suggested interface for a group storage used by the bvi module and add-ons

it allows to manage groups for the current request

MappedConstraintSourceStorage  
MetaDataStorage  
MetaDataStorageFilter Allows filtering e.g.
PropertyStorage  
RendererInterceptorPropertyStorage a storage which isn't used internally. it's for add-ons to easily store properties of interceptors.
RendererProxyStorage  
StorageManager<T> Storage managers are responsible to create and reset specific storage implementations depending on the scope.
StorageManagerHolder Interface to manage storage-manager instances.
ViolationSeverityInterpreterStorage Interface for a ViolationSeverityInterpreter storage.
 

Class Summary
AbstractApplicationScopeAwareStorageManager<T> Generic storage manager implementation which stores the storage implementations in the JSF application scope.
AbstractRequestScopeAwareStorageManager<T> Generic storage manager implementation which stores the storage implementations in the JSF request scope.
AbstractStorageManager<T> Generic storage manager implementation based on name mappers.
DefaultFacesInformationStorage  
DefaultFacesMessageStorage  
DefaultGroupStorage default storage implementation for groups
DefaultMappedConstraintSourceStorage  
DefaultMetaDataStorage  
DefaultPropertyStorage  
DefaultRendererInterceptorPropertyStorage  
DefaultRendererProxyStorage default storage implementation for groups
DefaultStorageManagerFactory default implementation for storage-manager creation and caching
DefaultViolationSeverityInterpreterStorage  
RendererProxyStorageEntry  
 



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