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

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

public static class ScriptTag.State
extends AbstractAttributeState


Field Summary
 String language
           
 String src
           
 boolean suppressComments
           
 String type
           
 
Fields inherited from class AbstractAttributeState
ATTR_GENERAL, EMPTY_STRING
 
Constructor Summary
ScriptTag.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

type

public String type

src

public String src

language

public String language

suppressComments

public boolean suppressComments
Constructor Detail

ScriptTag.State

public ScriptTag.State()
Method Detail

clear

public void clear()
Overrides:
clear in class AbstractAttributeState