org.eclipse.jst.jsp.core.taglib
Interface ITaglibDescriptor
- public interface ITaglibDescriptor
A representation of information within a tag library descriptor. Provides
much of the high-level information expressed by the descriptor.
This interface is not intended to be implemented by clients.
- Since:
- 1.2
getDescription
public java.lang.String getDescription()
- Returns:
- the description value of this tag library
getDisplayName
public java.lang.String getDisplayName()
- Returns:
- the display name value of this tag library
getJSPVersion
public java.lang.String getJSPVersion()
- Returns:
- the stated required JSP version of this tag library
getLargeIcon
public java.lang.String getLargeIcon()
- Returns:
- a URL string to the large icon for this tag library
getShortName
public java.lang.String getShortName()
- Returns:
- the stated short name for this tag library
getSmallIcon
public java.lang.String getSmallIcon()
- Returns:
- a URL string to the small icon for this tag library
getTlibVersion
public java.lang.String getTlibVersion()
- Returns:
- the stated version of this tag library if specified
getURI
public java.lang.String getURI()
- Returns:
- a URI pointing to this tag library's descriptor, or null