| java.lang.Object net.jforum.view.forum.common.PostCommon
PostCommon | public class PostCommon (Code) | | author: Rafael Steil version: $Id: PostCommon.java,v 1.59 2007/09/24 03:29:17 rafaelsteil Exp $ |
canEditPost | public static boolean canEditPost(Post post)(Code) | | |
fillPostFromRequest | public static Post fillPostFromRequest()(Code) | | |
fillPostFromRequest | public static Post fillPostFromRequest(Post p, boolean isEdit)(Code) | | |
parseDefaultRequiredBBCode | public static String parseDefaultRequiredBBCode(String text)(Code) | | |
preparePostForDisplay | public static Post preparePostForDisplay(Post post)(Code) | | |
prepareTextForDisplayExceptCodeTag | public static String prepareTextForDisplayExceptCodeTag(String text, boolean isBBCodeEnabled, boolean isSmilesEnabled)(Code) | | |
processSmilies | public static String processSmilies(StringBuffer text)(Code) | | Replace the smlies code by the respective URL.
Parameters: text - The text to process the parsed text. Note that the StringBuffer you pass as parameterwill already have the right contents, as the replaces are done on the instance |
topicPosts | public static List topicPosts(PostDAO dao, boolean canEdit, int userId, int topicId, int start, int count)(Code) | | |
|
|