Uses of Class
org.htmlunit.html.FrameWindow.PageDenied
-
Packages that use FrameWindow.PageDenied Package Description org.htmlunit.html Classes specific to HTML pages, particularly theHtmlPage
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.PageDenied Modifier and Type Method Description FrameWindow.PageDenied
FrameWindow. getPageDenied()
static FrameWindow.PageDenied
FrameWindow.PageDenied. valueOf(java.lang.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.Methods in org.htmlunit.html with parameters of type FrameWindow.PageDenied Modifier and Type Method Description void
FrameWindow. setPageDenied(FrameWindow.PageDenied pageDenied)
Marks that the page content as denied.
-