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

Uses of Class
com.bea.wlw.netui.tags.rendering.TagRenderingBase

Packages that use TagRenderingBase
com.bea.wlw.netui.tags.html   
com.bea.wlw.netui.tags.rendering   
 

Uses of TagRenderingBase in com.bea.wlw.netui.tags.html
 

Methods in com.bea.wlw.netui.tags.html with parameters of type TagRenderingBase
protected  boolean Anchor.createAnchorBeginTag(weblogic.utils.UnsyncStringBuffer results, weblogic.utils.UnsyncStringBuffer script, TagRenderingBase trb, boolean encodeAction)
          This method will take all of the internal variables and create an anchor.
 

Uses of TagRenderingBase in com.bea.wlw.netui.tags.rendering
 

Subclasses of TagRenderingBase in com.bea.wlw.netui.tags.rendering
 class AnchorTag
          Rendering for HTML anchor tags $lt;a>.
 class BaseTag
          Render the HTML <base> tag.
 class BodyTag
          Render the HTML <body> tag.
 class CaptionTag
          Render the HTML <caption> element.
 class DivTag
          Div, Start Tag: optional, End tag: optional
 class FormTag
          Renderthe HTML <form> element.
 class HtmlTag
          Renderthe HTML <form> element.
 class ImageTag
          Render the HTML <img> element.
 class InputBooleanTag
          Render and HTML <input> element of either type checkbox or radio.
 class InputFileTag
          Body, Start Tag: required, End tag: forbidden Required href
 class InputHiddenTag
          Body, Start Tag: required, End tag: forbidden Required href
 class InputImageTag
          Body, Start Tag: required, End tag: forbidden Required href
 class InputSubmitTag
          Body, Start Tag: required, End tag: forbidden Required href
 class InputTextTag
          Body, Start Tag: required, End tag: forbidden Required href
 class LabelTag
          Render the HTML <label> element.
 class OptionTag
          Body, Start Tag: optional, End tag: optional Required href
 class SelectTag
          Body, Start Tag: optional, End tag: optional Required href
 class SpanTag
          Body, Start Tag: optional, End tag: optional Required href
 class TableTag
          Body, Start Tag: optional, End tag: optional Required href
 class TagHtmlBase
           
 class TdTag
          Body, Start Tag: optional, End tag: optional Required href
 class TextAreaTag
          Body, Start Tag: optional, End tag: optional Required href
 class TrTag
          Body, Start Tag: optional, End tag: optional Required href
 

Methods in com.bea.wlw.netui.tags.rendering that return TagRenderingBase
static TagRenderingBase TagRenderingBase.Factory.getRendering(Object token, javax.servlet.ServletRequest req)
          Factory method for getting a TagRenderingBase for a tag.
 


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