Interface ImageDescriptorFactory
- All Known Implementing Classes:
ImageDescriptorFactoryImpl
public interface ImageDescriptorFactory
Used to construct
ImageDescriptor objects using url or http request with image data.- Since:
- v7.1
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisUrlSupported(String url) withRequest(String parameterName, webwork.multipart.MultiPartRequestWrapper multiPartRequest)
-
Method Details
-
isUrlSupported
-
withUrl
- Throws:
IOException
-
withRequest
ImageDescriptor withRequest(String parameterName, webwork.multipart.MultiPartRequestWrapper multiPartRequest) throws IOException - Throws:
IOException
-