public interface ImageDescriptorFactory
ImageDescriptor objects using url or http request with image data.| Modifier and Type | Method and Description |
|---|---|
boolean |
isUrlSupported(String url) |
ImageDescriptor |
withRequest(String parameterName,
webwork.multipart.MultiPartRequestWrapper multiPartRequest) |
ImageDescriptor |
withUrl(String url) |
boolean isUrlSupported(String url)
ImageDescriptor withUrl(String url) throws IOException
IOExceptionImageDescriptor withRequest(String parameterName, webwork.multipart.MultiPartRequestWrapper multiPartRequest) throws IOException
IOExceptionCopyright © 2002-2016 Atlassian. All Rights Reserved.