|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttachmentHandler | |
---|---|
com.gargoylesoftware.htmlunit | Framework classes (contains the WebClient class 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 | |
---|---|
AttachmentHandler |
WebClient.getAttachmentHandler()
Returns the current attachment handler. |
Methods in com.gargoylesoftware.htmlunit with parameters of type AttachmentHandler | |
---|---|
void |
WebClient.setAttachmentHandler(AttachmentHandler handler)
Sets the attachment handler. |
Uses of AttachmentHandler in com.gargoylesoftware.htmlunit.attachment |
---|
Classes in com.gargoylesoftware.htmlunit.attachment that implement AttachmentHandler | |
---|---|
class |
CollectingAttachmentHandler
An AttachmentHandler implementation which creates an Attachment for
each attached page, collecting all created attachments into a list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |