public class TagAttributeInfo
extends java.lang.Object
Only the information needed to generate code is included here. Other information like SCHEMA for validation belongs elsewhere.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID
"id" is wired in to be ID.
|
Constructor and Description |
---|
TagAttributeInfo(java.lang.String name,
boolean required,
java.lang.String type,
boolean reqTime)
Constructor for TagAttributeInfo.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canBeRequestTime()
Whether this attribute can hold a request-time value.
|
static TagAttributeInfo |
getIdAttribute(TagAttributeInfo[] a)
Convenience static method that goes through an array of TagAttributeInfo
objects and looks for "id".
|
java.lang.String |
getName()
The name of this attribute.
|
java.lang.String |
getTypeName()
The type (as a String) of this attribute.
|
boolean |
isRequired()
Whether this attribute is required.
|
java.lang.String |
toString() |
public static final java.lang.String ID
public TagAttributeInfo(java.lang.String name, boolean required, java.lang.String type, boolean reqTime)
name
- The name of the attribute.required
- If this attribute is required in tag instances.type
- The name of the type of the attribute.reqTime
- Whether this attribute holds a request-time Attribute.public java.lang.String getName()
public java.lang.String getTypeName()
public boolean canBeRequestTime()
public boolean isRequired()
public static TagAttributeInfo getIdAttribute(TagAttributeInfo[] a)
a
- An array of TagAttributeInfopublic java.lang.String toString()
toString
in class java.lang.Object
Copyright © 1999-2002 The Apache Software Foundation. All Rights Reserved.