Uses of Enum
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
Fields in org.htmlunit.html declared as FrameWindow.PageDeniedMethods in org.htmlunit.html that return FrameWindow.PageDeniedModifier and TypeMethodDescriptionFrameWindow.getPageDenied()static FrameWindow.PageDeniedReturns 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.PageDeniedModifier and TypeMethodDescriptionvoidFrameWindow.setPageDenied(FrameWindow.PageDenied pageDenied) Marks that the page content as denied.