com.atlassian.confluence.tinymceplugin.service.impl
Class CommentRenderServiceImpl

java.lang.Object
  extended by com.atlassian.confluence.tinymceplugin.service.impl.CommentRenderServiceImpl
All Implemented Interfaces:
CommentRenderService

public class CommentRenderServiceImpl
extends java.lang.Object
implements CommentRenderService


Constructor Summary
CommentRenderServiceImpl(XhtmlContent xhtmlContent, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, UserAccessor userAccessor)
           
 
Method Summary
 CommentResult render(Comment comment, boolean actions, javax.servlet.http.HttpServletRequest req)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentRenderServiceImpl

public CommentRenderServiceImpl(XhtmlContent xhtmlContent,
                                com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager,
                                UserAccessor userAccessor)
Method Detail

render

public CommentResult render(Comment comment,
                            boolean actions,
                            javax.servlet.http.HttpServletRequest req)
                     throws javax.xml.stream.XMLStreamException,
                            XhtmlException
Specified by:
render in interface CommentRenderService
Throws:
javax.xml.stream.XMLStreamException
XhtmlException


Copyright © 2003-2014 Atlassian. All Rights Reserved.