NextApp Echo
App Container 1.1.4

Package nextapp.echoservlet.html

Provides functionality for creating and working with HTML documents and elements.

See:
          Description

Interface Summary
Renderable An interface for an entity which may be rendered as part of an HTML document.
 

Class Summary
Element A representation of an HTML element designed to reside in a hierarchy of elements (an HTML document) and be rendered with good performance.
ElementContent A representation of an Elements content.
ElementNames Constants for commonly used HTML element names.
ElementNames.Attributes Constants for commonly used HTML attribute names.
ElementNames.CssAttributes Constants for commonly used CSS attribute names.
Html Encodes text strings into HTML.
Script A container of JavaScript code.
ScriptElement An HTML element that contains JavaScript code.
Style A representation of a CSS style that may be associated with multiple types of elements.
StyleElement A <style> HTML element, used to encapsulate CSS styles within a document.
 

Package nextapp.echoservlet.html Description

Provides functionality for creating and working with HTML documents and elements. This is a standalone package. No classes in this package should have any dependency on other Application Container packages.

Related Documentation

For more information please see:


NextApp Echo
App Container 1.1.4