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, com.atlassian.event.api.EventPublisher eventPublisher)
           
 
Method Summary
 CommentResult render(Comment comment, boolean hasActions, javax.servlet.http.HttpServletRequest httpRequest)
           
 
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,
                                com.atlassian.event.api.EventPublisher eventPublisher)
Method Detail

render

public CommentResult render(Comment comment,
                            boolean hasActions,
                            javax.servlet.http.HttpServletRequest httpRequest)
                     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.