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:
Serializable

public abstract class DiskStorageStrategy
extends StorageStrategy

Since:
1.1.7
See Also:
Serialized Form

Constructor Summary
DiskStorageStrategy()
           
 
Method Summary
abstract  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 File getTempFile()


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