SimpleServlets v5.5.0

Uses of Interface
com.simpleservlets.htmlobjects.DoNotMinimizeEmpty

Packages that use DoNotMinimizeEmpty
com.simpleservlets.htmlobjects HTMLObjects facilitates the Object-Oriented creation of HTML (see HTMLPage to get started). 
 

Uses of DoNotMinimizeEmpty in com.simpleservlets.htmlobjects
 

Subinterfaces of DoNotMinimizeEmpty in com.simpleservlets.htmlobjects
 interface NoTag
          Marker interface to indicate that there is no open or close tag for this element (and consequently, no attributes are supported).
 

Classes in com.simpleservlets.htmlobjects that implement DoNotMinimizeEmpty
 class HTMLBody
          Main body of an HTML page, <body> tag.
 class HTMLEntity
          Represents an HTML entity as an HTMLElement.
 class HTMLHead
          Head section of HTML page, <head> tag.
 class HTMLList
          Lists, <ul> tag and <ol> tag.
static class HTMLList.Item
          List item, <li> tag.
 class HTMLParagraph
          A paragraph, <p> tag.
 class HTMLSimpleForm
          Creates a two-column form.
 class HTMLString
          Represents a String as an HTMLElement.
 class NoTagHTMLElement
          A generic container with neither a start nor an end tag.
 


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.