com.atlassian.jira.plugin.issueview
Interface IssueViewModuleDescriptor

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

public interface IssueViewModuleDescriptor
extends JiraResourcedModuleDescriptor<IssueView>, OrderableModuleDescriptor, com.atlassian.plugin.web.descriptors.ConditionalDescriptor

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, writeHtml
 
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor
destroy, 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
 
Methods inherited from interface com.atlassian.jira.plugin.OrderableModuleDescriptor
getOrder
 
Methods inherited from interface com.atlassian.plugin.web.descriptors.ConditionalDescriptor
getCondition
 

Method Detail

getIssueView

IssueView getIssueView()

getFileExtension

String getFileExtension()

getContentType

String getContentType()

getURLWithoutContextPath

String getURLWithoutContextPath(String issueKey)


Copyright © 2002-2014 Atlassian. All Rights Reserved.