public class TagData
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static java.lang.Object |
REQUEST_TIME_VALUE
Distinguished value for an attribute to indicate its value
is a request-time expression which is not yet available because
this TagData instance is being used at translation-time.
|
Constructor and Description |
---|
TagData(java.util.Hashtable attrs)
Constructor for a TagData
If you already have the attributes in a hashtable, use this
constructor.
|
TagData(java.lang.Object[][] atts)
Constructor for a TagData
For simplicity and speed, we are just using primitive types.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAttribute(java.lang.String attName) |
java.util.Enumeration |
getAttributes()
Enumerates the attributes
|
java.lang.String |
getAttributeString(java.lang.String attName) |
java.lang.String |
getId() |
void |
setAttribute(java.lang.String attName,
java.lang.Object value)
Set the value of this attribute to be
|
public static final java.lang.Object REQUEST_TIME_VALUE
public TagData(java.lang.Object[][] atts)
atts
- the static attribute and values. May be null.public TagData(java.util.Hashtable attrs)
public java.lang.String getId()
public java.lang.Object getAttribute(java.lang.String attName)
public void setAttribute(java.lang.String attName, java.lang.Object value)
public java.lang.String getAttributeString(java.lang.String attName)
public java.util.Enumeration getAttributes()
Copyright © 1999-2000 The Apache Software Foundation. All Rights Reserved.