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
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()
- Deprecated. - use the descriptor's URI value
- 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.