| Package | Description |
|---|---|
| org.overlord.sramp.ui.client.local.pages.artifacts | |
| org.overlord.sramp.ui.client.local.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
ImportArtifactFormSubmitHandler.ImportResult
The
ArtifactUploadServlet returns a JSON map as the response. |
| Modifier and Type | Method and Description |
|---|---|
static <T extends UploadResult> |
UploadResult.fromJSON(Class<T> rtype,
String jsonData)
Convert a string of json data into a useful bean.
|
| Modifier and Type | Method and Description |
|---|---|
static UploadResult |
UploadResult.fromResult(String resultData)
Convert the string returned by the
ArtifactUploadServlet into JSON and
then from there into an UploadResult bean. |
Copyright © 2011-2014 JBoss, a division of Red Hat. All Rights Reserved.