com.atlassian.confluence.plugins.mobile.dto
Class CommentDtoFactory

java.lang.Object
  extended by com.atlassian.confluence.plugins.mobile.dto.CommentDtoFactory

public final class CommentDtoFactory
extends Object


Constructor Summary
CommentDtoFactory(Renderer viewRenderer, UserDtoFactory userDtoFactory, FriendlyDateHelper friendlyDateHelper)
           
 
Method Summary
 CommentDto getCommentDto(Comment comment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentDtoFactory

public CommentDtoFactory(Renderer viewRenderer,
                         UserDtoFactory userDtoFactory,
                         FriendlyDateHelper friendlyDateHelper)
Method Detail

getCommentDto

public CommentDto getCommentDto(Comment comment)


Copyright © 2003-2012 Atlassian. All Rights Reserved.