com.atlassian.jira.issue.views
Class IssueWordView

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.IssueWordView
All Implemented Interfaces:
IssueView

public class IssueWordView
extends AbstractIssueHtmlView

A view of an issue that produces a full XML view of an issue. It is also valid RSS.


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
IssueWordView(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)
 void writeHeaders(Issue issue, RequestHeaders requestHeaders, IssueViewRequestParams issueViewRequestParams)
          A default implementation that does nothing
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueWordView

public IssueWordView(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

writeHeaders

public void writeHeaders(Issue issue,
                         RequestHeaders requestHeaders,
                         IssueViewRequestParams issueViewRequestParams)
Description copied from class: AbstractIssueView
A default implementation that does nothing

Specified by:
writeHeaders in interface IssueView
Overrides:
writeHeaders in class AbstractIssueView


Copyright © 2002-2012 Atlassian. All Rights Reserved.