KickJava   Java API By Example, From Geeks To Geeks.

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

javax.servlet.jsp.tagext
Class TagInfo

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

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


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


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


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


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


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


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


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


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


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


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


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


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


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


public TagVariableInfo[] getTagVariableInfos()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public VariableInfo[] getVariableInfo(TagData data)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


public void setTagExtraInfo(TagExtraInfo tei)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setTagLibrary(TagLibraryInfo tl)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TagInfo(String tagName,
               String tagClassName,
               String bodycontent,
               String infoString,
               TagLibraryInfo taglib,
               TagExtraInfo tagExtraInfo,
               TagAttributeInfo[] attributeInfo)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TagInfo(String tagName,
               String tagClassName,
               String bodycontent,
               String infoString,
               TagLibraryInfo taglib,
               TagExtraInfo tagExtraInfo,
               TagAttributeInfo[] attributeInfo,
               String displayName,
               String smallIcon,
               String largeIcon,
               TagVariableInfo[] tvi)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TagInfo(String tagName,
               String tagClassName,
               String bodycontent,
               String infoString,
               TagLibraryInfo taglib,
               TagExtraInfo tagExtraInfo,
               TagAttributeInfo[] attributeInfo,
               String displayName,
               String smallIcon,
               String largeIcon,
               TagVariableInfo[] tvi,
               boolean dynamicAttributes)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ValidationMessage[] validate(TagData data)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags