Class Summary |
HtmlAnchor |
The class HtmlAnchor corresponds to A tags on the page. |
HtmlArea |
The class HtmlArea corresponds to AREA tags on the page. |
HtmlBody |
The HtmlBody object corresponds to the document.body object in JavaScript. |
HtmlBold |
The class HtmlBold corresponds to B tags on the page. |
HtmlButton |
The class HtmlButton corresponds to BUTTON tags on the page. |
HtmlDiv |
The class HtmlDiv corresponds to DIV tags on the page. |
HtmlElement |
The class HtmlElement is a generic catch-all class that can be used for any tags on the page. |
HtmlForm |
The class HtmlForm corresponds to FORM tags on the page. |
HtmlImage |
The class HtmlImage corresponds to IMG tags on the page. |
HtmlInputButton |
The class HtmlInputButton corresponds to INPUT tags of TYPE BUTTON on the page. |
HtmlInputCheckbox |
The class HtmlInputCheckbox corresponds to INPUT tags of TYPE CHECKBOX on the page. |
HtmlInputHidden |
The class HtmlInputHidden corresponds to INPUT tags of TYPE HIDDEN on the page. |
HtmlInputPassword |
The class HtmlInputPassword corresponds to INPUT tags of TYPE PASSWORD on the page. |
HtmlInputRadio |
The class HtmlInputRadio corresponds to INPUT tags of TYPE RADIO on the page. |
HtmlInputReset |
The class HtmlInputReset corresponds to INPUT tags of TYPE RESET on the page. |
HtmlInputSubmit |
The class HtmlInputSubmit corresponds to INPUT tags of TYPE SUBMIT on the page. |
HtmlInputText |
The class HtmlInputText corresponds to INPUT tags of TYPE TEXT on the page. |
HtmlItalic |
The class HtmlItalic corresponds to I tags on the page. |
HtmlListElement |
The class HtmlListElement corresponds to LI tags on the page. |
HtmlNumberedList |
The class HtmlNumberedList corresponds to OL tags on the page. |
HtmlOption |
The class HtmlOption corresponds to OPTION tags on the page, i.e. |
HtmlPara |
The class HtmlPara corresponds to P tags on the page. |
HtmlRule |
The class HtmlRule corresponds to HR tags on the page. |
HtmlSelect |
The class HtmlSelect corresponds to SELECT tags on the page. |
HtmlTable |
The class HtmlTable corresponds to TABLE tags on the page. |
HtmlTableCell |
The class HtmlTableCell corresponds to TD tags on the page, i.e. |
HtmlTableRow |
The class HtmlTableRow corresponds to TR tags on the page, i.e. |
HtmlTextArea |
The class HtmlTextArea corresponds to TEXTAREA tags on the page. |
HtmlUnnumberedList |
The class HtmlUnnumberedList corresponds to UL tags on the page. |
JaxcentHtmlElement |
This is the base class in Jaxcent for all HTML elements. |
JaxcentObject |
This is the base class for Jaxcent objects. |
JaxcentPage |
JaxcentPage is the base class from which all Jaxcent URL handlers need to be derived. |
JaxcentTopic |
JaxcentTopic provides a simple publish-and-subscribe model for a single server,
using Java synchronization primitives. |
JaxcentTopicItem |
JaxcentTopicItem objects are returned by JaxcentTopic. |
SearchType |
SearchType is a (backwards compatible) enumeration class. |