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