| Package | Description |
|---|---|
| de.aristaflow.adept2.ui.htmlgui | |
| de.aristaflow.adept2.ui.htmlgui.httpservice |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,java.util.List<HTMLContext.Attachment>> |
HTMLContext.HTTPReply.attachmentLists
Field for
HTMLContext.HTTPReply.getAttachmentLists(). |
protected java.util.Map<java.lang.String,HTMLContext.Attachment> |
HTMLContext.HTTPReply.attachments
Field for
HTMLContext.HTTPReply.getAttachments(). |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.util.List<HTMLContext.Attachment>> |
HTMLContext.HTTPReply.getAttachmentLists()
Gets the parameters (mapping from parameter name to several attachments)
that are binary data and/or files and occur several times in the
HTTP-reply.
|
java.util.Map<java.lang.String,HTMLContext.Attachment> |
HTMLContext.HTTPReply.getAttachments()
Gets the parameters (mapping from parameter name to attachment) that are
binary data and/or files and occur only once in the HTTP-reply.
|
| Constructor and Description |
|---|
HTTPReply(java.util.Map<java.lang.String,java.lang.String> parameters,
java.util.Map<java.lang.String,HTMLContext.Attachment> attachments,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameterLists,
java.util.Map<java.lang.String,java.util.List<HTMLContext.Attachment>> attachmentLists)
Creates a new
HTTPReply with the designated attributes. |
HTTPReply(java.util.Map<java.lang.String,java.lang.String> parameters,
java.util.Map<java.lang.String,HTMLContext.Attachment> attachments,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameterLists,
java.util.Map<java.lang.String,java.util.List<HTMLContext.Attachment>> attachmentLists)
Creates a new
HTTPReply with the designated attributes. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AristaFlowHTTPService.getParameterAttachments(java.util.List<org.apache.commons.fileupload.FileItem> items,
java.util.Map<java.lang.String,HTMLContext.Attachment> attachments,
java.util.Map<java.lang.String,java.util.List<HTMLContext.Attachment>> attachmentLists)
Fills
attachments and attachmentLists with
the attachment parameters and the list-valued attachment parameters. |
protected void |
AristaFlowHTTPService.getParameterAttachments(java.util.List<org.apache.commons.fileupload.FileItem> items,
java.util.Map<java.lang.String,HTMLContext.Attachment> attachments,
java.util.Map<java.lang.String,java.util.List<HTMLContext.Attachment>> attachmentLists)
Fills
attachments and attachmentLists with
the attachment parameters and the list-valued attachment parameters. |