Uses of Interface
org.htmlunit.FrameContentHandler
-
Packages that use FrameContentHandler Package Description org.htmlunit Framework classes (contains theWebClientclass which is the main entry point). -
-
Uses of FrameContentHandler in org.htmlunit
Methods in org.htmlunit that return FrameContentHandler Modifier and Type Method Description FrameContentHandlerWebClient. getFrameContentHandler()Returns the current FrameContent handler.Methods in org.htmlunit with parameters of type FrameContentHandler Modifier and Type Method Description voidWebClient. setFrameContentHandler(FrameContentHandler handler)Sets the FrameContent handler.
-