- All Superinterfaces:
- Render
- All Known Implementing Classes:
- Page
public interface HtmlPage
extends Render
An HTML page interface, the basic shell of an HTML page.
Every page object renders itself by calling the render
method which defines what Page object it is, up to that point
it is treated as a generic page. The render signifies a response
is required and will force the object to wait until all HTML elements
specified in the render method are found and displayed.
- Since:
- 1.0
- Author:
- Michael Suzuki