com.atlassian.jira.web.action.util
Class DiffViewRenderer

java.lang.Object
  extended by com.atlassian.jira.web.action.util.DiffViewRenderer

public class DiffViewRenderer
extends java.lang.Object

A utility class to render a view of a diff between two strings.

Since:
v4.0

Constructor Summary
DiffViewRenderer(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, JiraAuthenticationContext jiraAuthenticationContext)
           
 
Method Summary
 java.lang.String getOriginalHtml(DiffViewBean wordLevelDiff)
           
 java.lang.String getRevisedHtml(DiffViewBean wordLevelDiff)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffViewRenderer

public DiffViewRenderer(com.atlassian.velocity.VelocityManager velocityManager,
                        ApplicationProperties applicationProperties,
                        JiraAuthenticationContext jiraAuthenticationContext)
Method Detail

getOriginalHtml

public java.lang.String getOriginalHtml(DiffViewBean wordLevelDiff)

getRevisedHtml

public java.lang.String getRevisedHtml(DiffViewBean wordLevelDiff)


Copyright © 2002-2011 Atlassian. All Rights Reserved.