com.atlassian.jira.plugin.issueview
Interface IssueViewModuleDescriptor

All Superinterfaces:
JiraResourcedModuleDescriptor<IssueView>, com.atlassian.plugin.ModuleDescriptor<IssueView>, com.atlassian.plugin.Resourced
All Known Implementing Classes:
IssueViewModuleDescriptorImpl

public interface IssueViewModuleDescriptor
extends JiraResourcedModuleDescriptor<IssueView>

An issue view allows you to view an issue in different ways (eg XML, Word, PDF)

See Also:
IssueView

Method Summary
 String getContentType()
           
 String getFileExtension()
           
 IssueView getIssueView()
           
 String getURLWithoutContextPath(String issueKey)
           
 
Methods inherited from interface com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
getHtml, getHtml, getI18nBean
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion
 
Methods inherited from interface com.atlassian.plugin.Resourced
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation
 

Method Detail

getIssueView

IssueView getIssueView()

getFileExtension

String getFileExtension()

getContentType

String getContentType()

getURLWithoutContextPath

String getURLWithoutContextPath(String issueKey)


Copyright © 2002-2012 Atlassian. All Rights Reserved.