com.atlassian.jira.web.component
Class CreateIssueWebComponent

java.lang.Object
  extended by com.atlassian.jira.web.component.AbstractWebComponent
      extended by com.atlassian.jira.web.component.CreateIssueWebComponent

public class CreateIssueWebComponent
extends AbstractWebComponent

This component is responsible for rendering the create issue widget for browse project page.

Since:
v4.0

Field Summary
 
Fields inherited from class com.atlassian.jira.web.component.AbstractWebComponent
applicationProperties, velocityManager
 
Constructor Summary
CreateIssueWebComponent(com.atlassian.velocity.VelocityManager velocityManager, ApplicationProperties applicationProperties, PermissionManager permissionManager, JiraAuthenticationContext authenticationContext)
           
 
Method Summary
 String getHtml(Project project)
           
 
Methods inherited from class com.atlassian.jira.web.component.AbstractWebComponent
getHtml
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateIssueWebComponent

public CreateIssueWebComponent(com.atlassian.velocity.VelocityManager velocityManager,
                               ApplicationProperties applicationProperties,
                               PermissionManager permissionManager,
                               JiraAuthenticationContext authenticationContext)
Method Detail

getHtml

public String getHtml(Project project)


Copyright © 2002-2012 Atlassian. All Rights Reserved.