org.eclipse.jst.jsp.core.taglib
Interface IURLRecord

All Superinterfaces:
ITaglibRecord

public interface IURLRecord
extends ITaglibRecord

A record representing a .tld that is not a standalone file

This interface is not intended to be implemented by clients.

Since:
1.0

Field Summary
 
Fields inherited from interface org.eclipse.jst.jsp.core.taglib.ITaglibRecord
JAR, TAGDIR, TLD, URL
 
Method Summary
 java.lang.String getBaseLocation()
           
 java.lang.String getShortName()
           
 java.lang.String getURI()
          Deprecated. - use the descriptor's URI value
 java.net.URL getURL()
           
 
Methods inherited from interface org.eclipse.jst.jsp.core.taglib.ITaglibRecord
getDescriptor, getRecordType
 

Method Detail

getBaseLocation

java.lang.String getBaseLocation()
Returns:
the base location to use for further resolution of resources from the TLD

getShortName

java.lang.String getShortName()
Returns:
Returns the short-name (normally treated as the recommended/default prefix), if one was specified within this TLD's contents.

getURI

java.lang.String getURI()
Deprecated. - use the descriptor's URI value

Returns:
Returns the uri specified within this TLD's contents.

getURL

java.net.URL getURL()
Returns:
Returns the URL to this TLD's contents.