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

Method Summary
 java.lang.String getDescription()
           
 java.lang.String getDisplayName()
           
 java.lang.String getJSPVersion()
           
 java.lang.String getLargeIcon()
           
 java.lang.String getShortName()
           
 java.lang.String getSmallIcon()
           
 java.lang.String getTlibVersion()
           
 java.lang.String getURI()
           
 

Method Detail

getDescription

java.lang.String getDescription()
Returns:
the description value of this tag library

getDisplayName

java.lang.String getDisplayName()
Returns:
the display name value of this tag library

getJSPVersion

java.lang.String getJSPVersion()
Returns:
the stated required JSP version of this tag library

getLargeIcon

java.lang.String getLargeIcon()
Returns:
a URL string to the large icon for this tag library

getShortName

java.lang.String getShortName()
Returns:
the stated short name for this tag library

getSmallIcon

java.lang.String getSmallIcon()
Returns:
a URL string to the small icon for this tag library

getTlibVersion

java.lang.String getTlibVersion()
Returns:
the stated version of this tag library if specified

getURI

java.lang.String getURI()
Returns:
a URI pointing to this tag library's descriptor, or null