Package org.htmlunit
Interface FrameContentHandler
public interface FrameContentHandler
Interface to customize the handling of frame content.
At the moment this only enables the user to make a decision to load the
frame content or not.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
loadFrameDocument
(BaseFrameElement baseFrameElement) Called to decide if the content (referred from the source attribute) should be loaded or not.