Uses of Class
org.apache.myfaces.extensions.validator.crossval.storage.ProcessedInformationStorageEntry

Packages that use ProcessedInformationStorageEntry
org.apache.myfaces.extensions.validator.crossval.storage   
org.apache.myfaces.extensions.validator.util   
 

Uses of ProcessedInformationStorageEntry in org.apache.myfaces.extensions.validator.crossval.storage
 

Methods in org.apache.myfaces.extensions.validator.crossval.storage that return ProcessedInformationStorageEntry
 ProcessedInformationStorageEntry ProcessedInformationStorage.getEntry(java.lang.String key)
           
 ProcessedInformationStorageEntry DefaultProcessedInformationStorage.getEntry(java.lang.String key)
           
 

Methods in org.apache.myfaces.extensions.validator.crossval.storage that return types with arguments of type ProcessedInformationStorageEntry
 java.util.List<ProcessedInformationStorageEntry> ProcessedInformationStorageEntry.getFurtherEntries()
           
 

Methods in org.apache.myfaces.extensions.validator.crossval.storage with parameters of type ProcessedInformationStorageEntry
 void ProcessedInformationStorage.setEntry(java.lang.String key, ProcessedInformationStorageEntry entry)
           
 void DefaultProcessedInformationStorage.setEntry(java.lang.String key, ProcessedInformationStorageEntry entry)
           
 

Method parameters in org.apache.myfaces.extensions.validator.crossval.storage with type arguments of type ProcessedInformationStorageEntry
 void ProcessedInformationStorageEntry.setFurtherEntries(java.util.List<ProcessedInformationStorageEntry> furtherEntries)
           
 

Uses of ProcessedInformationStorageEntry in org.apache.myfaces.extensions.validator.util
 

Methods in org.apache.myfaces.extensions.validator.util that return ProcessedInformationStorageEntry
static ProcessedInformationStorageEntry CrossValidationUtils.resolveValidationTargetEntry(ProcessedInformationStorage processedInformationStorage, java.lang.String targetKey, CrossValidationStorageEntry crossValidationStorageEntry)
           
 



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