Uses of Class
org.jboss.weld.examples.permalink.Comment

Uses of Comment in org.jboss.weld.examples.permalink
 

Methods in org.jboss.weld.examples.permalink that return types with arguments of type Comment
 List<Comment> BlogEntry.getComments()
           
 

Methods in org.jboss.weld.examples.permalink with parameters of type Comment
 void BlogEntryRepository.addComment(Comment comment, BlogEntry entry)
           
 void BlogEntryRepository.addComment(Comment comment, Long entryId)
           
 

Method parameters in org.jboss.weld.examples.permalink with type arguments of type Comment
 void BlogEntry.setComments(List<Comment> comments)
           
 

Constructors in org.jboss.weld.examples.permalink with parameters of type Comment
Comment(Comment other)
           
 



Copyright © 2008-2010 Seam Framework. All Rights Reserved.