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

java.lang.Object
  extended by org.apache.myfaces.extensions.validator.crossval.storage.DefaultProcessedInformationStorage
All Implemented Interfaces:
ProcessedInformationStorage

public class DefaultProcessedInformationStorage
extends Object
implements ProcessedInformationStorage

Since:
x.x.3
Author:
Gerhard Petracek

Constructor Summary
DefaultProcessedInformationStorage()
           
 
Method Summary
 boolean containsEntry(String key)
           
 ProcessedInformationStorageEntry getEntry(String key)
           
 void setEntry(String key, ProcessedInformationStorageEntry entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultProcessedInformationStorage

public DefaultProcessedInformationStorage()
Method Detail

setEntry

public void setEntry(String key,
                     ProcessedInformationStorageEntry entry)
Specified by:
setEntry in interface ProcessedInformationStorage

containsEntry

public boolean containsEntry(String key)
Specified by:
containsEntry in interface ProcessedInformationStorage

getEntry

public ProcessedInformationStorageEntry getEntry(String key)
Specified by:
getEntry in interface ProcessedInformationStorage


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