|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITaglibRecord
A representation of information about a single tag library descriptor. This interface is common to all record types.
IJarRecord
,
ITagDirRecord
,
ITLDRecord
,
This interface is not intended to be implemented by clients.
Field Summary | |
---|---|
static int |
JAR
A record to a .jar file referrable directly, 1.1 style, or mentioned in a web.xml file. |
static int |
TAGDIR
A record representing a folder of .tag/.tagx files |
static int |
TLD
A record representing a standalone .tld file |
static int |
URL
A record representing a .tld that is not a standalone file |
Method Summary | |
---|---|
ITaglibDescriptor |
getDescriptor()
|
int |
getRecordType()
Returns the type of this record. |
Field Detail |
---|
static final int JAR
static final int TAGDIR
static final int TLD
static final int URL
Method Detail |
---|
int getRecordType()
URL
, TAGDIR
, TLD
, or
JAR
.
JAR
implement
IJarRecord
.TAGDIR
implement
ITagDirRecord
.TLD
implement
ITLDRecord
.URL
implement
IURLRecord
.
JAR
,
TAGDIR
,
TLD
,
URL
ITaglibDescriptor getDescriptor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |