javax.servlet.jsp.tagext
Class TagAttributeInfo
java.lang.Object
javax.servlet.jsp.tagext.TagAttributeInfo
public class TagAttributeInfo
extends java.lang.Object
Represents information about an attribute of a tag loaded from a
tag library descriptor (TLD) file.
ID
public static final String ID
TagAttributeInfo
public TagAttributeInfo(String name,
boolean isRequired,
String type,
boolean reqTime)
canBeRequestTime
public boolean canBeRequestTime()
getName
public String getName()
getTypeName
public String getTypeName()
isRequired
public boolean isRequired()