org.apache.beehive.netui.tags.rendering
Class HtmlTag.State

Object
  extended by AbstractTagState
      extended by AbstractAttributeState
          extended by HtmlTag.State
Enclosing class:
HtmlTag

public static class HtmlTag.State
extends AbstractAttributeState


Field Summary
 String dir
           
 String lang
           
 
Fields inherited from class AbstractAttributeState
ATTR_GENERAL, EMPTY_STRING
 
Constructor Summary
HtmlTag.State()
           
 
Method Summary
 void clear()
           
 
Methods inherited from class AbstractAttributeState
getAttribute, getGeneralAttributeMap, registerAttribute, registerAttribute, removeAttribute, selectMap
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lang

public String lang

dir

public String dir
Constructor Detail

HtmlTag.State

public HtmlTag.State()
Method Detail

clear

public void clear()
Overrides:
clear in class AbstractAttributeState