Package org.lobobrowser.html
Context interfaces that need to be implemented in order
to use the parser and renderer.
-
Interface Summary Interface Description BrowserFrame TheBrowserFrame
interface represents a browser frame.HtmlObject This interface should be implemented to provide OBJECT, EMBED or APPLET functionality.HtmlRendererContext TheHtmlRendererContext
interface must be implemented in order to use the Cobra HTML renderer.HttpRequest TheHttpRequest
interface should be implemented to provide web request capabilities.ReadyStateChangeListener TheReadyStateChangeListener
interface is implemented to receive ReadyState change events fromHttpRequest
.UserAgentContext Provides information about the user agent (browser) driving the parser and/or renderer. -
Class Summary Class Description AbstractHtmlRendererContext Abstract implementation of theHtmlRendererContext
interface with blank methods, provided for developer convenience.FormInput TheFormInput
class contains the state of an HTML form input item.