Uses of Class
com.gargoylesoftware.htmlunit.html.FrameWindow.PageDenied
-
Packages that use FrameWindow.PageDenied Package Description com.gargoylesoftware.htmlunit.html Classes specific to HTML pages, particularly theHtmlPagewhich represents an HTML document and provides access to its content. -
-
Uses of FrameWindow.PageDenied in com.gargoylesoftware.htmlunit.html
Methods in com.gargoylesoftware.htmlunit.html that return FrameWindow.PageDenied Modifier and Type Method Description FrameWindow.PageDeniedFrameWindow. getPageDenied()static FrameWindow.PageDeniedFrameWindow.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 com.gargoylesoftware.htmlunit.html with parameters of type FrameWindow.PageDenied Modifier and Type Method Description voidFrameWindow. setPageDenied(FrameWindow.PageDenied pageDenied)Marks that the page content as denied.
-