Package | Description |
---|---|
org.htmlunit.html |
Classes specific to HTML pages, particularly the
HtmlPage which represents
an HTML document and provides access to its content. |
Modifier and Type | Method and Description |
---|---|
FrameWindow.PageDenied |
FrameWindow.getPageDenied() |
static FrameWindow.PageDenied |
FrameWindow.PageDenied.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FrameWindow.PageDenied[] |
FrameWindow.PageDenied.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameWindow.setPageDenied(FrameWindow.PageDenied pageDenied)
Marks that the page content as denied.
|
Copyright © 2002–2024 Gargoyle Software Inc.. All rights reserved.