P
- type of ParameterProviderpublic abstract class AbstractURLImageLoader<P extends ParameterProvider<?>> extends AbstractLoader<P>
Modifier | Constructor and Description |
---|---|
protected |
AbstractURLImageLoader() |
protected |
AbstractURLImageLoader(Color backgroundColor) |
Modifier and Type | Method and Description |
---|---|
protected abstract URL |
getAndValidateUrl(P filterParams) |
protected BufferedImage |
loadSource(P filterParams) |
apply, doReadAndClose, getBackgroundColor, getImageDecoder, setBackgroundColor, setImageDecoder
protected AbstractURLImageLoader()
protected AbstractURLImageLoader(Color backgroundColor)
protected BufferedImage loadSource(P filterParams) throws ImagingException
loadSource
in class AbstractLoader<P extends ParameterProvider<?>>
ImagingException
protected abstract URL getAndValidateUrl(P filterParams) throws ImagingException
ImagingException
- where the message should be the invalid URL.Copyright © 2016 Magnolia International Ltd.. All rights reserved.