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 TagHtmlBase

java.lang.Object
  extended by com.bea.wlw.netui.tags.rendering.TagRenderingBase
      extended by com.bea.wlw.netui.tags.rendering.TagHtmlBase
Direct Known Subclasses:
AnchorTag, BaseTag, BodyTag, CaptionTag, DivTag, FormTag, HtmlTag, ImageTag, InputBooleanTag, InputFileTag, InputHiddenTag, InputImageTag, InputSubmitTag, InputTextTag, LabelTag, OptionTag, SelectTag, SpanTag, TableTag, TdTag, TextAreaTag, TrTag

public abstract class TagHtmlBase
extends TagRenderingBase


Nested Class Summary
 
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
 
Constructor Summary
TagHtmlBase()
           
 
Method Summary
protected  void renderAttributes(int type, weblogic.utils.UnsyncStringBuffer sb, AbstractAttributeState state, boolean doubleQuote)
          Render all of the attributes defined in a map and return the string value.
 
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

TagHtmlBase

public TagHtmlBase()
Method Detail

renderAttributes

protected void renderAttributes(int type,
                                weblogic.utils.UnsyncStringBuffer sb,
                                AbstractAttributeState state,
                                boolean doubleQuote)
Render all of the attributes defined in a map and return the string value. The attributes are rendered with in a name="value" style supported by XML.

Overrides:
renderAttributes in class TagRenderingBase
Parameters:
type - an integer key indentifying the map

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