org.apache.myfaces.custom.fileupload
Class StorageStrategy

java.lang.Object
  extended by org.apache.myfaces.custom.fileupload.StorageStrategy
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DiskStorageStrategy

public abstract class StorageStrategy
extends Object
implements Serializable

Since:
1.1.7
See Also:
Serialized Form

Constructor Summary
StorageStrategy()
           
 
Method Summary
abstract  void deleteFileContents()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorageStrategy

public StorageStrategy()
Method Detail

deleteFileContents

public abstract void deleteFileContents()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.