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
Subclasses of HTMLContext.Attachment in de.aristaflow.adept2.ui.htmlgui Modifier and Type Class Description static class
HTMLContext.CloseIgnoringAttachment
This class ignores implements anAttachment
that ignores closing.Fields in de.aristaflow.adept2.ui.htmlgui declared as HTMLContext.Attachment Modifier and Type Field Description protected HTMLContext.Attachment
HTMLContext.CloseIgnoringAttachment. wrapped
The wrappedAttachment
.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.HTMLContext.Attachment
HTMLContext.CloseIgnoringAttachment. unwrap()
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 Attachment(HTMLContext.Attachment att)
Creates a newAttachment
wrapping the designated on.CloseIgnoringAttachment(HTMLContext.Attachment wrapped)
Creates a newAttachment
that ignores closing.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
Methods in de.aristaflow.adept2.ui.htmlgui.httpservice that return types with arguments of type HTMLContext.Attachment Modifier and Type Method Description protected Pair<Map<String,HTMLContext.Attachment>,Map<String,List<HTMLContext.Attachment>>>
AristaFlowHTTPService. getParameterAttachments(List<org.apache.commons.fileupload.FileItem> items)
Gets new maps for the designated items being transformed toAttachment
s.protected Pair<Map<String,HTMLContext.Attachment>,Map<String,List<HTMLContext.Attachment>>>
AristaFlowHTTPService. getParameterAttachments(List<org.apache.commons.fileupload.FileItem> items)
Gets new maps for the designated items being transformed toAttachment
s.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)
Deprecated, for removal: This API element is subject to removal in a future version.Use the more efficientAristaFlowHTTPService.getParameterAttachments(List)
instead.
-