package

com.atlassian.jira.plugin.issueview

Interfaces

IssueView A specific view of an Issue. 
IssueViewFieldParams The purpose of this interface is to provide information about requested fields to @{link IssueView#getContent} and @{link IssueView#wriiteHeaders} methods. 
IssueViewModuleDescriptor An issue view allows you to view an issue in different ways (eg XML, Word, PDF) 
IssueViewRequestParams This is used by IssueView plugins to retrieve information about their context. 
IssueViewRequestParamsHelper The purpose of this interface is to provide field information for @{link IssueView} interface implementations. 
IssueViewURLHandler  

Classes

AbstractIssueView  
DefaultIssueViewURLHandler This class takes care of handling the creation of URLs for the issue view plugin, as well as handling the incoming requests  
IssueViewFieldParamsImpl  
IssueViewModuleDescriptorImpl An issue view allows you to view an issue in different ways (eg XML, Word, PDF) 
IssueViewRequestParamsHelperImpl Purpose of this class is to encapsulate view field definition parsing. 
IssueViewRequestParamsImpl Default implmentation of @see com.atlassian.jira.plugin.issueview.IssueViewRequestParams.