Uses of Class
de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
-
Packages that use HTMLContext.Attachment Package Description de.aristaflow.adept2.ui.htmlgui de.aristaflow.adept2.ui.htmlgui.httpservice -
-
Uses of HTMLContext.Attachment in de.aristaflow.adept2.ui.htmlgui
Fields in de.aristaflow.adept2.ui.htmlgui with type parameters of type HTMLContext.Attachment Modifier and Type Field Description protected Map<String,List<HTMLContext.Attachment>>
HTMLContext.HTTPReply. attachmentLists
Field forHTMLContext.HTTPReply.getAttachmentLists()
.protected Map<String,HTMLContext.Attachment>
HTMLContext.HTTPReply. attachments
Field forHTMLContext.HTTPReply.getAttachments()
.Methods in de.aristaflow.adept2.ui.htmlgui that return HTMLContext.Attachment Modifier and Type Method Description HTMLContext.Attachment
HTMLContext.HTTPReply. getBody()
Gets the HTTP request's body, in case there was a body sent by the browser.Methods in de.aristaflow.adept2.ui.htmlgui that return types with arguments of type HTMLContext.Attachment Modifier and Type Method Description Map<String,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.Map<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.Constructors in de.aristaflow.adept2.ui.htmlgui with parameters of type HTMLContext.Attachment Constructor Description HTTPReply(Map<String,String> parameters, Map<String,HTMLContext.Attachment> attachments, Map<String,List<String>> parameterLists, Map<String,List<HTMLContext.Attachment>> attachmentLists, HTMLContext.Attachment body)
Deprecated.HTTPReply(Map<String,String> parameters, Map<String,HTMLContext.Attachment> attachments, Map<String,List<String>> parameterLists, Map<String,List<HTMLContext.Attachment>> attachmentLists, HTMLContext.Attachment body, Function<String,String> headers, Logger logger)
Creates a newHTTPReply
with the designated attributes. -
Uses of HTMLContext.Attachment in de.aristaflow.adept2.ui.htmlgui.httpservice
Method parameters in de.aristaflow.adept2.ui.htmlgui.httpservice with type arguments of type HTMLContext.Attachment Modifier and Type Method Description protected void
AristaFlowHTTPService. getParameterAttachments(List<org.apache.commons.fileupload.FileItem> items, Map<String,HTMLContext.Attachment> attachments, Map<String,List<HTMLContext.Attachment>> attachmentLists)
Fillsattachments
andattachmentLists
with the attachment parameters and the list-valued attachment parameters.
-