|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.maventaglib.checker.Tld
public class Tld
Contains information about a single tag library.
Constructor Summary | |
---|---|
Tld()
|
Method Summary | |
---|---|
java.lang.String |
getFilename()
|
java.lang.String |
getName()
Returns the shortname for this library. |
Tag[] |
getTags()
Returnss the list of tags in this tag library. |
void |
setFilename(java.lang.String file)
|
void |
setName(java.lang.String tagLibName)
Sets the shortname for this library. |
void |
setTags(Tag[] tagList)
Sets the list of tags in this tag library. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Tld()
Method Detail |
---|
public java.lang.String getFilename()
public void setFilename(java.lang.String file)
file
- The filename to set.public java.lang.String getName()
public void setName(java.lang.String tagLibName)
tagLibName
- shortname for this tag library.public Tag[] getTags()
public void setTags(Tag[] tagList)
tagList
- list of tags in this tag librarypublic java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |