org.eclipse.jst.jsp.core.taglib
Interface ITLDRecord
- All Superinterfaces:
- ITaglibRecord
- public interface ITLDRecord
- extends ITaglibRecord
A record representing a standalone .tld file.
This interface is not intended to be implemented by clients.
- Since:
- 1.0
Method Summary |
IPath |
getPath()
|
java.lang.String |
getShortName()
|
java.lang.String |
getURI()
Deprecated. - use the descriptor's URI value |
getPath
public IPath getPath()
- Returns:
- Returns the path within the workspace.
getShortName
public java.lang.String getShortName()
- Returns:
- Returns the recommended/default prefix if one was given.
getURI
public java.lang.String getURI()
- Deprecated. - use the descriptor's URI value
- Returns:
- Returns the uri.