|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UploadSession | |
---|---|
org.silverpeas.upload | Provides an API to manage file uploads. |
Uses of UploadSession in org.silverpeas.upload |
---|
Methods in org.silverpeas.upload that return UploadSession | |
---|---|
UploadSession |
UploadSession.forComponentInstanceId(String componentInstanceId)
Sets the component instance id associated to the upload session. |
static UploadSession |
UploadSession.from(javax.servlet.http.HttpServletRequest request)
Initializes an instance from a request (if not created, a new one will be created if necessary). |
static UploadSession |
UploadSession.from(String uploadSessionId)
Initializes an instance from a session id (if not created, a new one will be created if necessary). |
UploadSession |
UploadedFile.getUploadSession()
Gets the identifier of the uploaded file. |
UploadSession |
UploadSessionFile.getUploadSession()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |