javax.servlet.jsp.tagext
Class TagAttributeInfo

java.lang.Object
  |
  +--javax.servlet.jsp.tagext.TagAttributeInfo

public class TagAttributeInfo
extends java.lang.Object


Field Summary
static java.lang.String ID
           
 
Constructor Summary
TagAttributeInfo(java.lang.String name, boolean required, boolean reqTime, java.lang.String type)
           
 
Method Summary
 boolean canBeRequestTime()
           
static TagAttributeInfo getIdAttribute(TagAttributeInfo[] a, java.lang.String id)
           
 java.lang.String getName()
           
 java.lang.String getTypeName()
           
 boolean isRequired()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static java.lang.String ID
Constructor Detail

TagAttributeInfo

public TagAttributeInfo(java.lang.String name,
                        boolean required,
                        boolean reqTime,
                        java.lang.String type)
Method Detail

getName

public java.lang.String getName()

getTypeName

public java.lang.String getTypeName()

canBeRequestTime

public boolean canBeRequestTime()

isRequired

public boolean isRequired()

getIdAttribute

public static TagAttributeInfo getIdAttribute(TagAttributeInfo[] a,
                                              java.lang.String id)