public static interface ImageItemReal.Web extends ImageItemReal
WebImage
params.ImageItemReal.Absolute, ImageItemReal.Relative, ImageItemReal.Web
Modifier and Type | Method and Description |
---|---|
default void |
web(String website,
boolean secured,
String path,
String name,
ImageExtension extension)
|
default void |
web(String website,
String path,
String name,
ImageExtension extension)
|
builder
default void web(String website, String path, String name, ImageExtension extension)
website
- the website base urlpath
- the path of the image to loadname
- the image file name to use.extension
- the image extension to usedefault void web(String website, boolean secured, String path, String name, ImageExtension extension)
website
- the website base urlsecured
- the http protocol to use (http or https)path
- the path of the image to loadname
- the image file name to use.extension
- the image extension to useCopyright © 2011–2016 JRebirth OSS. All rights reserved.