com.atlassian.jira.lookandfeel.image
Class MultiPartImageDescriptor

java.lang.Object
  extended by com.atlassian.jira.lookandfeel.image.ImageDescriptor
      extended by com.atlassian.jira.lookandfeel.image.MultiPartImageDescriptor

public class MultiPartImageDescriptor
extends ImageDescriptor

This represents an image that is uploaded from a multipart

Since:
v4.4

Field Summary
 
Fields inherited from class com.atlassian.jira.lookandfeel.image.ImageDescriptor
contentType, fileName, imageData
 
Constructor Summary
MultiPartImageDescriptor(String parameterName, webwork.multipart.MultiPartRequestWrapper multiPart, I18nHelper i18nHelper)
           
 
Method Summary
 String getImageDescriptorType()
           
 
Methods inherited from class com.atlassian.jira.lookandfeel.image.ImageDescriptor
closeImageStreamQuietly, getContentType, getImageName, getImageUrl, getInputStream, setImageUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiPartImageDescriptor

public MultiPartImageDescriptor(String parameterName,
                                webwork.multipart.MultiPartRequestWrapper multiPart,
                                I18nHelper i18nHelper)
                         throws IOException
Throws:
IOException
Method Detail

getImageDescriptorType

public String getImageDescriptorType()
Specified by:
getImageDescriptorType in class ImageDescriptor


Copyright © 2002-2012 Atlassian. All Rights Reserved.