Package org.htmlunit
Interface FrameContentHandler
-
public interface FrameContentHandlerInterface 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanloadFrameDocument(BaseFrameElement baseFrameElement)Called to decide if the content (referred from the source attribute) should be loaded or not.
-
-
-
Method Detail
-
loadFrameDocument
boolean loadFrameDocument(BaseFrameElement baseFrameElement)
Called to decide if the content (referred from the source attribute) should be loaded or not.- Parameters:
baseFrameElement- the element that likes to load the content- Returns:
- true if the content should be loaded
-
-