|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.service.request.TemporaryFile
public class TemporaryFile
| Constructor Summary | |
|---|---|
TemporaryFile()
|
|
| Method Summary | |
|---|---|
java.io.File |
getFile()
give access to the temporary file representing the uploaded file. |
protected void |
setFile(java.io.File f)
sets the file for the TemporaryFile. |
void |
valueBound()
does nothing. |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent e)
does nothing. |
void |
valueUnbound()
tries to delete the TemporaryFile. |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent e)
tries to delete the TemporaryFile. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemporaryFile()
| Method Detail |
|---|
protected final void setFile(java.io.File f)
TemporaryFile.
f - the file
java.lang.IllegalStateException - if a file is already presentpublic final java.io.File getFile()
IUploadedFile.getFile()public void valueBound()
valueBound in interface SessionBindingListenerSessionBindingListener.valueBound()public void valueUnbound()
TemporaryFile.
valueUnbound in interface SessionBindingListenerSessionBindingListener.valueUnbound()public void valueBound(javax.servlet.http.HttpSessionBindingEvent e)
valueBound in interface javax.servlet.http.HttpSessionBindingListenere - the eventHttpSessionBindingListener.valueBound(javax.servlet.http.HttpSessionBindingEvent)public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent e)
TemporaryFile.
valueUnbound in interface javax.servlet.http.HttpSessionBindingListenere - the eventjavax.servlet.http.HttpSessionBindingListener#valueUnbound(javax.servlet
.http.HttpSessionBindingEvent)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||