KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > servlet > jsp > tagext > TagAttributeInfo

javax.servlet.jsp.tagext
Class TagAttributeInfo

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagAttributeInfo
See Also:
Top Examples, Source Code

public boolean canBeRequestTime()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static TagAttributeInfo getIdAttribute(TagAttributeInfo[] a)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getTypeName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final String ID
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isFragment()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isRequired()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TagAttributeInfo(String name,
                        boolean required,
                        String type,
                        boolean reqTime)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TagAttributeInfo(String name,
                        boolean required,
                        String type,
                        boolean reqTime,
                        boolean fragment)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags