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()
           
 java.net.URL getURL()
           
 
Methods inherited from interface org.eclipse.jst.jsp.core.taglib.ITaglibRecord
getRecordType
 

Method Detail

getBaseLocation

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

getShortName

public 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

public java.lang.String getURI()
Returns:
Returns the uri specified within this TLD's contents.

getURL

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