org.apache.myfaces.custom.fileupload
Class DiskStorageStrategy

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

public abstract class DiskStorageStrategy
extends StorageStrategy

Since:
1.1.7
See Also:
Serialized Form

Constructor Summary
DiskStorageStrategy()
           
 
Method Summary
abstract  java.io.File getTempFile()
           
 
Methods inherited from class org.apache.myfaces.custom.fileupload.StorageStrategy
deleteFileContents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiskStorageStrategy

public DiskStorageStrategy()
Method Detail

getTempFile

public abstract java.io.File getTempFile()


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