Uses of Interface
org.eclipse.jst.jsp.core.taglib.ITaglibRecord

Packages that use ITaglibRecord
org.eclipse.jst.jsp.core.taglib   
 

Uses of ITaglibRecord in org.eclipse.jst.jsp.core.taglib
 

Subinterfaces of ITaglibRecord in org.eclipse.jst.jsp.core.taglib
 interface IJarRecord
          A record to a .jar file directly referencable as a tag library.
 interface ITagDirRecord
          A record representing a folder of .tag/.tagx files This interface is not intended to be implemented by clients.
 interface ITLDRecord
          A record representing a standalone .tld file.
 interface IURLRecord
          A record representing a .tld that is not a standalone file This interface is not intended to be implemented by clients.
 

Methods in org.eclipse.jst.jsp.core.taglib that return ITaglibRecord
 ITaglibRecord ITaglibRecordEvent.getTaglibRecord()
           
static ITaglibRecord[] TaglibIndex.getAvailableTaglibRecords(IPath fullPath)
          Finds all of the visible ITaglibRecords for the given path in the workspace.
static ITaglibRecord TaglibIndex.resolve(java.lang.String basePath, java.lang.String reference, boolean crossProjects)
          Finds a matching ITaglibRecord given the reference.