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 classHTMLContext.CloseIgnoringAttachmentThis class ignores implements anAttachmentthat ignores closing.Fields in de.aristaflow.adept2.ui.htmlgui declared as HTMLContext.Attachment Modifier and Type Field Description protected HTMLContext.AttachmentHTMLContext.CloseIgnoringAttachment. wrappedThe 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. attachmentListsField forHTMLContext.HTTPReply.getAttachmentLists().protected Map<String,HTMLContext.Attachment>HTMLContext.HTTPReply. attachmentsField forHTMLContext.HTTPReply.getAttachments().Methods in de.aristaflow.adept2.ui.htmlgui that return HTMLContext.Attachment Modifier and Type Method Description HTMLContext.AttachmentHTMLContext.HTTPReply. getBody()Gets the HTTP request's body, in case there was a body sent by the browser.HTMLContext.AttachmentHTMLContext.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 newAttachmentwrapping the designated on.CloseIgnoringAttachment(HTMLContext.Attachment wrapped)Creates a newAttachmentthat 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 newHTTPReplywith 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 toAttachments.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 toAttachments.Method parameters in de.aristaflow.adept2.ui.htmlgui.httpservice with type arguments of type HTMLContext.Attachment Modifier and Type Method Description protected voidAristaFlowHTTPService. 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.
-