com.atlassian.jira.issue.views
Class IssueHtmlView

java.lang.Object
  extended by com.atlassian.jira.plugin.issueview.AbstractIssueView
      extended by com.atlassian.jira.issue.views.AbstractIssueHtmlView
          extended by com.atlassian.jira.issue.views.IssueHtmlView
All Implemented Interfaces:
IssueView

public class IssueHtmlView
extends AbstractIssueHtmlView


Field Summary
 
Fields inherited from class com.atlassian.jira.issue.views.AbstractIssueHtmlView
applicationProperties, authenticationContext, commentManager, fieldScreenRendererFactory, fileIconBean, issueViewUtil
 
Fields inherited from class com.atlassian.jira.plugin.issueview.AbstractIssueView
ACTION_ORDER_DESC, descriptor
 
Constructor Summary
IssueHtmlView(JiraAuthenticationContext authenticationContext, ApplicationProperties applicationProperties, CommentManager commentManager, FileIconBean fileIconBean, FieldScreenRendererFactory fieldScreenRendererFactory, IssueViewUtil issueViewUtil)
           
 
Method Summary
protected  String getLinkToPrevious(Issue issue)
           
protected  boolean printCssLinks()
          With a word view of an issue - you do not want to print the links to the CSS (which seem to hang word, as it can't download remote resources)
 
Methods inherited from class com.atlassian.jira.issue.views.AbstractIssueHtmlView
getBody, getContent, getCustomFieldHtml, getFooter, getHeader, getHeader, getPrettyDuration, getRenderedContent, getStyleSheetHtml
 
Methods inherited from class com.atlassian.jira.plugin.issueview.AbstractIssueView
init, writeHeaders
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueHtmlView

public IssueHtmlView(JiraAuthenticationContext authenticationContext,
                     ApplicationProperties applicationProperties,
                     CommentManager commentManager,
                     FileIconBean fileIconBean,
                     FieldScreenRendererFactory fieldScreenRendererFactory,
                     IssueViewUtil issueViewUtil)
Method Detail

getLinkToPrevious

protected String getLinkToPrevious(Issue issue)
Specified by:
getLinkToPrevious in class AbstractIssueHtmlView

printCssLinks

protected boolean printCssLinks()
Description copied from class: AbstractIssueHtmlView
With a word view of an issue - you do not want to print the links to the CSS (which seem to hang word, as it can't download remote resources)

Specified by:
printCssLinks in class AbstractIssueHtmlView
Returns:
true if you want links to CSS to be shown, false otherwise


Copyright © 2002-2012 Atlassian. All Rights Reserved.