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