TagAttributeInfo Class  
public class TagAttributeInfo extends Object  
 
Object
  TagAttributeInfo

The TagAttributeInfo class provides methods to access information about Tag attributes.

TagAttributeInfo()  
public TagAttributeInfo(String name, boolean required, boolean rtexprvalue, String type, boolean reqTime) Constructor
 

Creates a TagAttributeInfo object. The name is the name of the attribute. The required parameter is true if the attribute is required. The type is the name of the type of attribute. reqTime is true if the attribute can be a request-time attribute.

canBeRequestTime()  
public boolean canBeRequestTime() Method
 

canBeRequestTime() returns true if the attribute can hold a request-time value.

getIdAttribute()  
public static TagAttributeInfo getIdAttribute(TagAttributeInfo[] list) Method
 

getIdAttribute searches an array of TagAttributeInfo objects and returns the one associated with the name "id".

getName()  
public String getName() Method
 

getName returns the attribute name.

getTypeName()  
public String getTypeName() Method
 

getTypeName returns the name of the attribute type.

isRequired()  
public boolean isRequired() Method
 

isRequired returns true if the attribute is required.

toString()  
public String toString() Method
 

toString() returns a String representation of the invoking TagAttributeInfo object.