java.lang.Objectorg.objectweb.telosys.upload.UploadParameters
All the http parameters provided by an upload request ( parameters set by the widget )
Constructor Summary | |
UploadParameters()
Constructor |
Method Summary | |
java.lang.String |
getContextAttribute()
Returns the screen context attribute where to store the file |
int |
getContextId()
Returns the screen context id where to store the file as an attribute |
java.lang.String |
getDestDir()
Returns the destination directory |
long |
getMaxSize()
Returns the maximum size of the uploaded file |
java.lang.String |
getSessionKey()
Returns the session key that will be used to store the file in the HttpSession |
void |
setContextAttribute(java.lang.String paramContextAttribute)
Set the screen context attribute where to store the file |
void |
setContextId(int paramContextId)
Set the screen context id where to store the file as an attribute |
void |
setDestDir(java.lang.String paramDestDir)
Set the destination directory |
void |
setMaxSize(long paramMaxSize)
Set the maximum size of the uploaded file |
void |
setSessionKey(java.lang.String paramSessionKey)
Set the session key that will be used to store the file in the HttpSession |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UploadParameters()
Method Detail |
public int getContextId()
public void setContextId(int paramContextId)
paramContextId
- public long getMaxSize()
public void setMaxSize(long paramMaxSize)
paramMaxSize
- public java.lang.String getContextAttribute()
public void setContextAttribute(java.lang.String paramContextAttribute)
paramContextAttribute
- public java.lang.String getDestDir()
public void setDestDir(java.lang.String paramDestDir)
paramDestDir
- public java.lang.String getSessionKey()
public void setSessionKey(java.lang.String paramSessionKey)
paramSessionKey
-