|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.taglist.options.TagClass
public class TagClass
The options for the specific tag class.
Constructor Summary | |
---|---|
TagClass()
|
Method Summary | |
---|---|
void |
addTag(Tag tag)
Method addTag. |
String |
getDisplayName()
Get the name to display for this tag class in the output HTML. |
List |
getTags()
Method getTags. |
void |
removeTag(Tag tag)
Method removeTag. |
void |
setDisplayName(String displayName)
Set the name to display for this tag class in the output HTML. |
void |
setTags(List tags)
Set the tags field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TagClass()
Method Detail |
---|
public void addTag(Tag tag)
tag
- public String getDisplayName()
public List getTags()
public void removeTag(Tag tag)
tag
- public void setDisplayName(String displayName)
displayName
- public void setTags(List tags)
tags
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |