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 BaseTag.State

java.lang.Object
  extended by com.bea.wlw.netui.tags.rendering.AbstractTagState
      extended by com.bea.wlw.netui.tags.rendering.AbstractAttributeState
          extended by com.bea.wlw.netui.tags.rendering.BaseTag.State
Enclosing class:
BaseTag

public static class BaseTag.State
extends AbstractAttributeState


Field Summary
 String href
           
 String target
           
 
Fields inherited from class com.bea.wlw.netui.tags.rendering.AbstractAttributeState
ATTR_GENERAL, ATTR_GENERAL_EXPRESSION, EMPTY_STRING
 
Constructor Summary
BaseTag.State()
           
 
Method Summary
 void clear()
           
 
Methods inherited from class com.bea.wlw.netui.tags.rendering.AbstractAttributeState
getAttribute, getExpressionAttributeMap, getGeneralAttributeMap, registerAttribute, registerAttribute, removeAttribute, selectMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target

public String target

href

public String href
Constructor Detail

BaseTag.State

public BaseTag.State()
Method Detail

clear

public void clear()
Overrides:
clear in class AbstractAttributeState

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