Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mortbay.html
Class Heading  view Heading download Heading.java

java.lang.Object
  extended byorg.mortbay.html.Element
      extended byorg.mortbay.html.Composite
          extended byorg.mortbay.html.Block
              extended byorg.mortbay.html.Heading

public class Heading
extends Block

HTML Heading.


Field Summary
private static java.lang.String[] headerTags
           
 
Fields inherited from class org.mortbay.html.Block
Bold, Center, Div, Italic, Left, Listing, Plain, Pre, Quote, Right, Span, Xmp
 
Fields inherited from class org.mortbay.html.Composite
elements, nest
 
Fields inherited from class org.mortbay.html.Element
ALIGN, attributeMap, BGCOLOR, BOTTOM, CENTER, CLASS, COLOR, HEIGHT, ID, LEFT, MIDDLE, noAttributes, RIGHT, SIZE, STYLE, TOP, VALIGN, WIDTH
 
Constructor Summary
Heading(int level, java.lang.Object o)
           
 
Methods inherited from class org.mortbay.html.Block
write
 
Methods inherited from class org.mortbay.html.Composite
add, contents, flush, flush, flush, nest, replace, reset, setNest, size, unnest
 
Methods inherited from class org.mortbay.html.Element
attribute, attribute, attribute, attributes, attributes, bgColor, bottom, center, color, cssClass, cssID, height, height, height, left, middle, right, setAttributesFrom, size, size, style, top, toString, width, width, width, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

headerTags

private static final java.lang.String[] headerTags
Constructor Detail

Heading

public Heading(int level,
               java.lang.Object o)