Uses of Class
com.randomcoder.tag.TagList

Packages that use TagList
com.randomcoder.article Article management classes. 
 

Uses of TagList in com.randomcoder.article
 

Fields in com.randomcoder.article declared as TagList
protected  TagList ArticleAddCommand.tags
          Tags.
 

Methods in com.randomcoder.article that return TagList
 TagList ArticleAddCommand.getTags()
          Gets the tags for this article.
 

Methods in com.randomcoder.article with parameters of type TagList
 void ArticleAddCommand.setTags(TagList tags)
          Sets the tags for this article.
 



Copyright © 2006-2010 Craig Condit. All Rights Reserved.