Uses of Class
com.randomcoder.article.comment.CommentReferrer

Packages that use CommentReferrer
com.randomcoder.article.comment Article commenting classes. 
 

Uses of CommentReferrer in com.randomcoder.article.comment
 

Methods in com.randomcoder.article.comment that return CommentReferrer
 CommentReferrer CommentReferrerDao.findByUri(String uri)
          Finds a given CommentReferrer by uri.
 CommentReferrer Comment.getReferrer()
          Gets the HTTP referrer sent when this comment was posted.
 

Methods in com.randomcoder.article.comment with parameters of type CommentReferrer
 void Comment.setReferrer(CommentReferrer referrer)
          Sets the HTTP referrer sent when this comment was posted.
 



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