com.atlassian.jira.web.action.issue
Class AttachFileHelper

java.lang.Object
  extended by com.atlassian.jira.web.action.issue.AttachFileHelper

public class AttachFileHelper
extends Object

This class is used to generate the list input field names for file uploads

Since:
v3.13

Constructor Summary
AttachFileHelper(ApplicationProperties applicationProperties)
           
 
Method Summary
 List<String> getParamNames()
          Return param names as if attachment mode is always multiple so that the view can toggle between single/multiple modes using javascript - JRA-13402
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachFileHelper

public AttachFileHelper(ApplicationProperties applicationProperties)
Method Detail

getParamNames

public List<String> getParamNames()
Return param names as if attachment mode is always multiple so that the view can toggle between single/multiple modes using javascript - JRA-13402

Returns:
List of input field names


Copyright © 2002-2009 Atlassian. All Rights Reserved.