Interface ResponsiveImageRenderer
-
- All Known Implementing Classes:
DefaultResponsiveImageRenderer
,WysiwygResponsiveImageRenderer
public interface ResponsiveImageRenderer
- Since:
- jcms-10.0.7
- Author:
- Sylvain Devaux
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IMAGE_SIZES_ATTR_NAME
static java.lang.String
IMAGE_SIZES_ATTR_VALUES_SEPARATOR
static java.lang.String
IMAGE_SRCSET_ATTR_NAME
static java.lang.String
IMAGE_SRCSET_ATTR_VALUES_SEPARATOR
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
render(org.jsoup.nodes.Element img, FileDocument fileDoc, int mediaTagWidth, int mediaTagHeight)
-
-
-
Field Detail
-
IMAGE_SRCSET_ATTR_NAME
static final java.lang.String IMAGE_SRCSET_ATTR_NAME
- See Also:
- Constant Field Values
-
IMAGE_SRCSET_ATTR_VALUES_SEPARATOR
static final java.lang.String IMAGE_SRCSET_ATTR_VALUES_SEPARATOR
- See Also:
- Constant Field Values
-
IMAGE_SIZES_ATTR_NAME
static final java.lang.String IMAGE_SIZES_ATTR_NAME
- See Also:
- Constant Field Values
-
IMAGE_SIZES_ATTR_VALUES_SEPARATOR
static final java.lang.String IMAGE_SIZES_ATTR_VALUES_SEPARATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
render
void render(org.jsoup.nodes.Element img, FileDocument fileDoc, int mediaTagWidth, int mediaTagHeight)
-
-