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

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

public class DiffViewRenderer
extends 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
 String getOriginalHtml(DiffViewBean wordLevelDiff)
           
 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 String getOriginalHtml(DiffViewBean wordLevelDiff)

getRevisedHtml

public String getRevisedHtml(DiffViewBean wordLevelDiff)


Copyright © 2002-2010 Atlassian. All Rights Reserved.