Uses of Class
org.htmlunit.attachment.Attachment
-
Packages that use Attachment Package Description org.htmlunit.attachment Attachment-related classes. -
-
Uses of Attachment in org.htmlunit.attachment
Methods in org.htmlunit.attachment that return types with arguments of type Attachment Modifier and Type Method Description java.util.List<Attachment>
CollectingAttachmentHandler. getCollectedAttachments()
Returns the list of attachments collected by this attachment handler.Constructor parameters in org.htmlunit.attachment with type arguments of type Attachment Constructor Description CollectingAttachmentHandler(java.util.List<Attachment> list)
Creates a new instance which collects attachments into the specified list.
-