SimpleServlets v5.5.0

Uses of Package
com.simpleservlets.htmlobjects

Packages that use com.simpleservlets.htmlobjects
com.simpleservlets.htmlobjects HTMLObjects facilitates the Object-Oriented creation of HTML (see HTMLPage to get started). 
com.simpleservlets.pageprocessor The PageProcessor library makes it easy to organize an application as a collection of "pages" under one servlet. 
 

Classes in com.simpleservlets.htmlobjects used by com.simpleservlets.htmlobjects
DoNotMinimizeEmpty
          Marker interface to indicate that when no child elements are present, this tag MUST NOT be minimized.
GenericHTMLElement
          Core implementation of HTMLElement.
HTMLAttribute
          Immutable objects which hold a string-based name and a string-based value.
HTMLBody
          Main body of an HTML page, <body> tag.
HTMLBold
          Bold text, <b> tag.
HTMLCode
          Monospaced text, <code> tag.
HTMLColor
          Used to represent a color for HTML.
HTMLElement
          Core unit for HTMLObjects.
HTMLEntity
          Represents an HTML entity as an HTMLElement.
HTMLException
          Thrown in cases where there is trouble with the HTML.
HTMLForm
          Input form, <form> tag.
HTMLForm.Input
          Input for forms, <input> tag.
HTMLForm.Option
          Options for HTMLForm.Select, <option> tag.
HTMLForm.Select
          Input for forms (drop-down, scroll list), <select> tag.
HTMLHead
          Head section of HTML page, <head> tag.
HTMLItalic
          Italic text, <i> tag.
HTMLLink
          Hyperlink, <a href= … > tag.
HTMLList
          Lists, <ul> tag and <ol> tag.
HTMLList.Item
          List item, <li> tag.
HTMLList.OrderedStyle
           
HTMLList.Style
           
HTMLList.UnorderedStyle
           
HTMLMeta
          Metainformation for the page header, <meta> tag.
HTMLPage
          Root tag for the entire HTML page, <html> tag.
HTMLParagraph
          A paragraph, <p> tag.
HTMLPrinter
          Generic interface for printing HTML.
HTMLSmall
          Smaller text, <small> tag.
HTMLString
          Represents a String as an HTMLElement.
HTMLStylesheetRef
          Stylesheet reference for the page header, <link> tag.
HTMLTable
          An HTML table, <table> tag.
HTMLTable.Cell
           
HTMLTable.Row
           
HTMLTitle
          Page title, <title> tag.
MustMinimizeEmpty
          Marker interface to indicate that when no child elements are present, this tag MUST be minimized.
NoAttributesAllowed
          Marker interface to indicate that the specific implementation of HTMLElement does not support the setting of attributes.
NoChildrenAllowed
          Marker interface to indicate that the specific implementation of HTMLElement does not support the adding of child elements.
NoTag
          Marker interface to indicate that there is no open or close tag for this element (and consequently, no attributes are supported).
NoTagHTMLElement
          A generic container with neither a start nor an end tag.
 

Classes in com.simpleservlets.htmlobjects used by com.simpleservlets.pageprocessor
HTMLColor
          Used to represent a color for HTML.
HTMLElement
          Core unit for HTMLObjects.
 


SimpleServlets v5.5.0

Copyright © 2001-2007 Programix Incorporated. All rights reserved. SimpleServlets is free and is OSI Certified Open Source Software under the BSD license.