| Package | Description |
|---|---|
| net.sf.xmlform | |
| net.sf.xmlform.data.format | |
| net.sf.xmlform.data.format.v1 | |
| net.sf.xmlform.data.format.v2 | |
| net.sf.xmlform.data.impl |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
XMLFormPort.parseData(XMLFormPastport pastport,
XMLForm sourceForm,
SourceType sourceType,
DataSource<T> dataSource) |
ResultData |
XMLFormPort.submit(XMLFormPastport pastport,
Action action,
DataSource<? extends SourceData> dataSource) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
DataJSONFormat.buildErrors(XMLFormException exp) |
static java.lang.String |
DataJSONFormat.buildErrors(XMLFormException exp,
java.lang.String version) |
| Constructor and Description |
|---|
DataDocumentFormat(XMLFormException data) |
DataDom4jFormat(XMLFormException fault) |
DataJSONFormat(XMLFormException fault) |
DataXMLFormat(XMLFormException data) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
DataJSONFormatV1.buildErrors(XMLFormException exp) |
| Constructor and Description |
|---|
DataCompactJSONFormatV1(XMLFormException fault) |
DataDocumentFormatV1(XMLFormException data) |
DataDom4jFormatV1(XMLFormException fault) |
DataFlatJSONFormatV1(XMLFormException fault) |
DataJSONFormatV1(XMLFormException fault) |
DataXMLFormatV1(XMLFormException data) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
DataJSONFormatV2.buildErrors(XMLFormException exp) |
| Constructor and Description |
|---|
DataCompactJSONFormatV2(XMLFormException fault) |
DataDocumentFormatV2(XMLFormException data) |
DataDom4jFormatV2(XMLFormException fault) |
DataFlatJSONFormatV2(XMLFormException fault) |
DataJSONFormatV2(XMLFormException fault) |
DataXMLFormatV2(XMLFormException data) |
| Modifier and Type | Method and Description |
|---|---|
static XMLFormException |
JsonDataHelper.parseFormException(org.json.JSONObject obj) |
Copyright © 2022. All Rights Reserved.