org.blojsom.plugin.comment
Class CommentUtils

java.lang.Object
  extended byorg.blojsom.plugin.comment.CommentUtils

public class CommentUtils
extends java.lang.Object

Comment Support Methods.

Version:
$Id: CommentUtils.java,v 1.4 2006/01/04 16:53:00 czarneckid Exp $
Author:
Mark Lussier

Constructor Summary
CommentUtils()
           
 
Method Summary
static java.lang.String constructCommentEmail(java.lang.String permalink, java.lang.String author, java.lang.String authorEmail, java.lang.String authorURL, java.lang.String userComment, java.lang.String url)
          Format the comment email
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentUtils

public CommentUtils()
Method Detail

constructCommentEmail

public static java.lang.String constructCommentEmail(java.lang.String permalink,
                                                     java.lang.String author,
                                                     java.lang.String authorEmail,
                                                     java.lang.String authorURL,
                                                     java.lang.String userComment,
                                                     java.lang.String url)
Format the comment email

Parameters:
permalink - Blog entry permalink
author - Comment entry author
authorEmail - Comment author email
authorURL - Comment author URL
userComment - Comment
url - Entry URL
Returns:
the comment message as a string