public interface UploadRequestProcessor
UploadRequestProcessor processes any HTTP upload request for any type that extends
ManagedArtifact.| Modifier and Type | Interface and Description |
|---|---|
static class |
UploadRequestProcessor.AbstractUploadRequestProcessor
AbstractUploadRequestProcessor is abstract super class for concrete implementations that work on
types of ManagedArtifact. |
static class |
UploadRequestProcessor.ApplicationUploadRequestProcessor
ApplicationUploadRequestProcessor is an implementation of UploadRequestProcessor.AbstractUploadRequestProcessor for
ManagedArtifacts. |
static class |
UploadRequestProcessor.MultipartUploadRequestProcessor
MultipartUploadRequestProcessor is an implementation of UploadRequestProcessor.AbstractUploadRequestProcessor for
DefaultManagedArtifact. |
| Modifier and Type | Field and Description |
|---|---|
static String |
APPLICATION_URLENCODED_CONTENT_TYPE
Content Type for application form-url-encoded request.
|
static String |
MAX_FILE_CONFIG_PROPERTY
Max file size configuration property retrieved from SeLionConfig file.
|
static String |
MULTIPART_CONTENT_TYPE
Content Type for multipart form-data request.
|
| Modifier and Type | Method and Description |
|---|---|
List<ManagedArtifact> |
getUploadedData() |
static final String MULTIPART_CONTENT_TYPE
static final String APPLICATION_URLENCODED_CONTENT_TYPE
static final String MAX_FILE_CONFIG_PROPERTY
List<ManagedArtifact> getUploadedData()
List of ManagedArtifact which represent items on the ManagedArtifactRepositoryCopyright © 2016 PayPal Open Source. All rights reserved.