Uses of Class
com.atlassian.jira.plugin.issueview.AbstractIssueView

Packages that use AbstractIssueView
com.atlassian.jira.issue.views   
com.atlassian.jira.issue.views.util   
 

Uses of AbstractIssueView in com.atlassian.jira.issue.views
 

Subclasses of AbstractIssueView in com.atlassian.jira.issue.views
 class AbstractIssueHtmlView
           
 class IssueHtmlView
           
 class IssueWordView
          A view of an issue that produces a full XML view of an issue.
 class IssueXMLView
          A view of an issue that produces a full XML view of an issue.
 

Methods in com.atlassian.jira.issue.views with parameters of type AbstractIssueView
 void SingleIssueWriter.writeIssue(Issue issue, AbstractIssueView issueView, Writer writer)
          The writeIssue method provides information about the issue and a writer.
 

Uses of AbstractIssueView in com.atlassian.jira.issue.views.util
 

Methods in com.atlassian.jira.issue.views.util with parameters of type AbstractIssueView
 void SearchRequestViewBodyWriterUtil.writeBody(Writer writer, AbstractIssueView issueView, SearchRequest searchRequest, SingleIssueWriter singleIssueWriter, PagerFilter pagerFilter)
          Writes the body of a sinlge issue.
 



Copyright © 2002-2008 Atlassian. All Rights Reserved.