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.AbstractAttributeState

Packages that use AbstractAttributeState
com.bea.wlw.netui.tags   
com.bea.wlw.netui.tags.rendering   
 

Uses of AbstractAttributeState in com.bea.wlw.netui.tags
 

Methods in com.bea.wlw.netui.tags with parameters of type AbstractAttributeState
protected  void AbstractBaseTag.prepForRendering(AbstractAttributeState state)
          This method will return a string representing all of the expression based attributes.
 

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

Subclasses of AbstractAttributeState in com.bea.wlw.netui.tags.rendering
 class AbstractHtmlState
          This class extends the AbstractAttributeState to add support for HTML.
static class AnchorTag.State
          The State assocated with the Anchor Tag.
static class BaseTag.State
           
static class BodyTag.State
           
static class CaptionTag.State
           
static class DivTag.State
           
static class FormTag.State
           
static class ImageTag.State
           
static class InputBooleanTag.State
           
static class InputFileTag.State
           
static class InputHiddenTag.State
           
static class InputImageTag.State
           
static class InputSubmitTag.State
           
static class InputTextTag.State
           
static class LabelTag.State
           
static class OptionTag.State
           
static class SelectTag.State
           
static class SpanTag.State
           
static class TableTag.State
           
static class TdTag.State
           
static class TextAreaTag.State
           
static class TrTag.State
           
 

Methods in com.bea.wlw.netui.tags.rendering with parameters of type AbstractAttributeState
protected  void TagRenderingBase.renderAttributes(int type, weblogic.utils.UnsyncStringBuffer sb, AbstractAttributeState state)
           
protected  void TagRenderingBase.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.
protected  void TagHtmlBase.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.
 


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