Uses of Interface
org.htmlunit.attachment.AttachmentHandler
-
Packages that use AttachmentHandler Package Description org.htmlunit Framework classes (contains theWebClient
class which is the main entry point).org.htmlunit.attachment Attachment-related classes. -
-
Uses of AttachmentHandler in org.htmlunit
Methods in org.htmlunit that return AttachmentHandler Modifier and Type Method Description AttachmentHandler
WebClient. getAttachmentHandler()
Returns the current attachment handler.Methods in org.htmlunit with parameters of type AttachmentHandler Modifier and Type Method Description void
WebClient. setAttachmentHandler(AttachmentHandler handler)
Sets the attachment handler. -
Uses of AttachmentHandler in org.htmlunit.attachment
Classes in org.htmlunit.attachment that implement AttachmentHandler Modifier and Type Class Description class
CollectingAttachmentHandler
AnAttachmentHandler
implementation which creates anAttachment
for each attached page, collecting all created attachments into a list.
-