Uses of Interface
org.htmlunit.attachment.AttachmentHandler
-
Packages that use AttachmentHandler Package Description org.htmlunit Framework classes (contains theWebClientclass 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 AttachmentHandlerWebClient. getAttachmentHandler()Returns the current attachment handler.Methods in org.htmlunit with parameters of type AttachmentHandler Modifier and Type Method Description voidWebClient. 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 classCollectingAttachmentHandlerAnAttachmentHandlerimplementation which creates anAttachmentfor each attached page, collecting all created attachments into a list.
-