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