Package | Description |
---|---|
com.gargoylesoftware.htmlunit |
Framework classes (contains the WebClient class which is the main entry point).
|
com.gargoylesoftware.htmlunit.attachment |
Attachment-related classes.
|
Modifier and Type | Method and Description |
---|---|
AttachmentHandler |
WebClient.getAttachmentHandler()
Returns the current attachment handler.
|
Modifier and Type | Method and Description |
---|---|
void |
WebClient.setAttachmentHandler(AttachmentHandler handler)
Sets the attachment handler.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectingAttachmentHandler
An
AttachmentHandler implementation which creates an Attachment for
each attached page, collecting all created attachments into a list. |
Copyright © 2002-2012 Gargoyle Software Inc.. All Rights Reserved.