Uses of Enum Class
org.htmlunit.html.FrameWindow.PageDenied
Packages that use FrameWindow.PageDenied
Package
Description
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.-
Uses of FrameWindow.PageDenied in org.htmlunit.html
Methods in org.htmlunit.html that return FrameWindow.PageDeniedModifier and TypeMethodDescriptionFrameWindow.getPageDenied()
static FrameWindow.PageDenied
Returns the enum constant of this class with the specified name.static FrameWindow.PageDenied[]
FrameWindow.PageDenied.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.htmlunit.html with parameters of type FrameWindow.PageDeniedModifier and TypeMethodDescriptionvoid
FrameWindow.setPageDenied
(FrameWindow.PageDenied pageDenied) Marks that the page content as denied.