Uses of Interface
com.gargoylesoftware.htmlunit.attachment.AttachmentHandler
-
Packages that use AttachmentHandler Package Description com.gargoylesoftware.htmlunit Framework classes (contains theWebClientclass which is the main entry point).com.gargoylesoftware.htmlunit.attachment Attachment-related classes. -
-
Uses of AttachmentHandler in com.gargoylesoftware.htmlunit
Methods in com.gargoylesoftware.htmlunit that return AttachmentHandler Modifier and Type Method Description AttachmentHandlerWebClient. getAttachmentHandler()Returns the current attachment handler.Methods in com.gargoylesoftware.htmlunit with parameters of type AttachmentHandler Modifier and Type Method Description voidWebClient. setAttachmentHandler(AttachmentHandler handler)Sets the attachment handler. -
Uses of AttachmentHandler in com.gargoylesoftware.htmlunit.attachment
Classes in com.gargoylesoftware.htmlunit.attachment that implement AttachmentHandler Modifier and Type Class Description classCollectingAttachmentHandlerAnAttachmentHandlerimplementation which creates anAttachmentfor each attached page, collecting all created attachments into a list.
-