BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.rendering
Class AnchorTag

java.lang.Object
  extended by com.bea.wlw.netui.tags.rendering.TagRenderingBase
      extended by com.bea.wlw.netui.tags.rendering.TagHtmlBase
          extended by com.bea.wlw.netui.tags.rendering.AnchorTag
All Implemented Interfaces:
HtmlConstants

public abstract class AnchorTag
extends TagHtmlBase
implements HtmlConstants

Rendering for HTML anchor tags $lt;a>. In HTML 4.01 the start and end tags are both required. There are no required attributes.


Nested Class Summary
static class AnchorTag.State
          The State assocated with the Anchor Tag.
 
Nested classes/interfaces inherited from class com.bea.wlw.netui.tags.rendering.TagRenderingBase
TagRenderingBase.Factory
 
Field Summary
 
Fields inherited from class com.bea.wlw.netui.tags.rendering.TagRenderingBase
ANCHOR_TAG, BASE_TAG, BODY_TAG, BR_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, SELECT_TAG, SPAN_TAG, TABLE_TAG, TD_TAG, TEXT_AREA_TAG, TR_TAG, UNKNOWN_RENDERING, XHTML_RENDERING
 
Fields inherited from interface com.bea.wlw.netui.tags.html.HtmlConstants
ACCEPT, ACCESSKEY, ACTION, ALIGN, ALINK, ALT, ANCHOR, BACKGROUND, BASE, BGCOLOR, BODY, BORDER, BR, CAPTION, CELLPADDING, CELLSPACING, CHAR, CHAROFF, CHARSET, CHECKED, CLASS, COLS, COORDS, DIR, DISABLED, DIV, ENCTYPE, FOR, FORM, FORM_GET, FORM_POST, FRAME, HEIGHT, HREF, HREFLANG, HSPACE, HTML, ID, IMAGE, INPUT, INPUT_BUTTON, INPUT_CHECKBOX, INPUT_FILE, INPUT_HIDDEN, INPUT_IMAGE, INPUT_PASSWORD, INPUT_RADIO, INPUT_RESET, INPUT_SUBMIT, INPUT_TEXT, ISMAP, LABEL, LANG, LINK, LONGDESC, MAXLENGTH, METHOD, NAME, ONBLUR, ONCHANGE, ONCLICK, ONDBLCLICK, ONFOCUS, ONKEYDOWN, ONKEYPRESS, ONKEYUP, ONLOAD, ONMOUSEDOWN, ONMOUSEMOVE, ONMOUSEOUT, ONMOUSEOVER, ONMOUSEUP, ONRESET, ONSELECT, ONSUBMIT, ONUNLOAD, OPTION, READONLY, REL, REV, ROWS, RULES, SELECT, SHAPE, SIZE, SPAN, SRC, STYLE, SUMMARY, TABINDEX, TABLE, TARGET, TD, TEXT, TEXTAREA, TITLE, TR, TYPE, USEMAP, VALIGN, VALUE, VLINK, VSPACE, WIDTH
 
Constructor Summary
AnchorTag()
           
 
Method Summary
static void add(HashMap html, HashMap htmlQuirks, HashMap xhtml)
          Add the Renderer for the HTML and XHTML tokens.
 
Methods inherited from class com.bea.wlw.netui.tags.rendering.TagHtmlBase
renderAttributes
 
Methods inherited from class com.bea.wlw.netui.tags.rendering.TagRenderingBase
doEndTag, doStartTag, getDefaultDocType, renderAttribute, renderAttributes, renderAttributeSingleQuotes, renderEndTag, renderGeneral, renderTag, setDefaultDocType, setDefaultDocType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnchorTag

public AnchorTag()
Method Detail

add

public static void add(HashMap html,
                       HashMap htmlQuirks,
                       HashMap xhtml)
Add the Renderer for the HTML and XHTML tokens.

Parameters:
html - The map of HTML Tag Renderers
xhtml - The map of XHTML Tag Renderers

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.