org.apache.beehive.netui.tags.rendering
Class CaptionTag

Object
  extended by TagRenderingBase
      extended by TagHtmlBase
          extended by CaptionTag

public abstract class CaptionTag
extends TagHtmlBase

Render the HTML <caption> element. In HTML 4.01 both the start and end tags are required. There are no required attributes.


Nested Class Summary
static class CaptionTag.State
           
 
Nested classes/interfaces inherited from class TagRenderingBase
TagRenderingBase.Factory
 
Field Summary
 
Fields inherited from class TagRenderingBase
ANCHOR_TAG, AREA_TAG, BASE_TAG, BODY_TAG, BR_TAG, BUTTON_TAG, CAPTION_TAG, DIV_TAG, FORM_TAG, HTML_RENDERING, HTML_RENDERING_QUIRKS, HTML_TAG, IMAGE_TAG, INPUT_BOOLEAN_TAG, INPUT_FILE_TAG, INPUT_HIDDEN_TAG, INPUT_IMAGE_TAG, INPUT_SUBMIT_TAG, INPUT_TEXT_TAG, LABEL_TAG, OPTION_TAG, SCRIPT_TAG, SELECT_TAG, SPAN_TAG, TABLE_TAG, TBODY_TAG, TD_TAG, TEXT_AREA_TAG, TFOOT_TAG, TH_TAG, THEAD_TAG, TR_TAG, UNKNOWN_RENDERING, XHTML_RENDERING
 
Constructor Summary
CaptionTag()
           
 
Method Summary
static void add(HashMap html, HashMap htmlQuirks, HashMap xhtml)
           
 
Methods inherited from class TagHtmlBase
renderAttributes
 
Methods inherited from class TagRenderingBase
doEndTag, doStartTag, getAmp, getDefaultDocType, renderAttribute, renderAttributes, renderAttributeSingleQuotes, renderEndTag, renderGeneral, renderTag, setDefaultDocType, write
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CaptionTag

public CaptionTag()
Method Detail

add

public static void add(HashMap html,
                       HashMap htmlQuirks,
                       HashMap xhtml)