Uses of Class
de.aristaflow.adept2.ui.htmlgui.HTMLContext.Attachment
Packages that use HTMLContext.Attachment
-
Uses of HTMLContext.Attachment in de.aristaflow.adept2.ui.htmlgui
Subclasses of HTMLContext.Attachment in de.aristaflow.adept2.ui.htmlguiModifier and TypeClassDescriptionstatic classThis class ignores implements anAttachmentthat ignores closing.Fields in de.aristaflow.adept2.ui.htmlgui declared as HTMLContext.AttachmentModifier and TypeFieldDescriptionprotected final HTMLContext.AttachmentHTMLContext.CloseIgnoringAttachment.wrappedThe wrappedAttachment.Fields in de.aristaflow.adept2.ui.htmlgui with type parameters of type HTMLContext.AttachmentModifier and TypeFieldDescriptionprotected final Map<String,List<HTMLContext.Attachment>> HTMLContext.HTTPReply.attachmentListsField forHTMLContext.HTTPReply.getAttachmentLists().protected final Map<String,HTMLContext.Attachment> HTMLContext.HTTPReply.attachmentsField forHTMLContext.HTTPReply.getAttachments().Methods in de.aristaflow.adept2.ui.htmlgui that return HTMLContext.AttachmentModifier and TypeMethodDescriptionHTMLContext.HTTPReply.getBody()Gets the HTTP request's body, in case there was a body sent by the browser.HTMLContext.CloseIgnoringAttachment.unwrap()Methods in de.aristaflow.adept2.ui.htmlgui that return types with arguments of type HTMLContext.AttachmentModifier and TypeMethodDescriptionHTMLContext.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.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.AttachmentModifierConstructorDescriptionprotectedCreates a newAttachmentwrapping the designated on.protectedCreates 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, 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.AttachmentModifier and TypeMethodDescriptionprotected 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.AttachmentModifier and TypeMethodDescriptionprotected 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.
AristaFlowHTTPService.getParameterAttachments(List)instead.