com.atlassian.jira.plugin.issueview
Class IssueViewModuleDescriptor

java.lang.Object
  extended bycom.atlassian.plugin.descriptors.AbstractModuleDescriptor
      extended bycom.atlassian.jira.plugin.JiraResourcedModuleDescriptor
          extended bycom.atlassian.jira.plugin.issueview.IssueViewModuleDescriptor
All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor, com.atlassian.plugin.Resourced

public class IssueViewModuleDescriptor
extends JiraResourcedModuleDescriptor

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

See Also:
IssueView

Field Summary
 
Fields inherited from class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
RESOURCE_TYPE_I18N
 
Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
plugin, resources, singleton
 
Constructor Summary
IssueViewModuleDescriptor(JiraAuthenticationContext authenticationContext, IssueViewURLHandler urlHandler)
           
 
Method Summary
 String getContentType()
           
 String getFileExtension()
           
 IssueView getIssueView()
           
 Object getModule()
           
 String getURLWithoutContextPath(String issueKey)
           
 void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element)
           
 
Methods inherited from class com.atlassian.jira.plugin.JiraResourcedModuleDescriptor
assertResourceExists, createVelocityParams, getAuthenticationContext, getDescription, getHtml, getHtml, getI18nBean, getI18nLocations, getName, getText, getText, isResourceExist
 
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, destroy, getCompleteKey, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, satisfiesMinJavaVersion, setPlugin, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IssueViewModuleDescriptor

public IssueViewModuleDescriptor(JiraAuthenticationContext authenticationContext,
                                 IssueViewURLHandler urlHandler)
Method Detail

init

public void init(com.atlassian.plugin.Plugin plugin,
                 org.dom4j.Element element)
          throws com.atlassian.plugin.PluginParseException
Specified by:
init in interface com.atlassian.plugin.ModuleDescriptor
Overrides:
init in class JiraResourcedModuleDescriptor
Throws:
com.atlassian.plugin.PluginParseException

getModule

public Object getModule()

getIssueView

public IssueView getIssueView()

getFileExtension

public String getFileExtension()

getContentType

public String getContentType()

getURLWithoutContextPath

public String getURLWithoutContextPath(String issueKey)


Copyright © 2002-2007 Atlassian. All Rights Reserved.