|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public static final int JAR
public static final int TAGDIR
public static final int TLD
public static final int URL
Method Detail |
public int getRecordType()
URL
, TAGDIR
, TLD
, or
JAR
.
JAR
implement
IJarRecord
.TAGDIR
implement
ITagDirRecord
.TLD
implement
ITLDRecord
.URL
implement
IURLRecord
.
JAR
,
TAGDIR
,
TLD
,
URL
public ITaglibDescriptor getDescriptor()
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |