javax.servlet.jsp.tagext

Class TagAttributeInfo


public class TagAttributeInfo
extends java.lang.Object

Represents information about an attribute of a tag loaded from a tag library descriptor (TLD) file.

Field Summary

static String
ID

Constructor Summary

TagAttributeInfo(String name, boolean isRequired, String type, boolean reqTime)

Method Summary

boolean
canBeRequestTime()
static TagAttributeInfo
getIdAttribute(TagAttributeInfo[] a)
String
getName()
String
getTypeName()
boolean
isRequired()

Field Details

ID

public static final String ID

Constructor Details

TagAttributeInfo

public TagAttributeInfo(String name,
                        boolean isRequired,
                        String type,
                        boolean reqTime)

Method Details

canBeRequestTime

public boolean canBeRequestTime()

getIdAttribute

public static TagAttributeInfo getIdAttribute(TagAttributeInfo[] a)

getName

public String getName()

getTypeName

public String getTypeName()

isRequired

public boolean isRequired()