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.StringIMAGE_SIZES_ATTR_NAMEstatic java.lang.StringIMAGE_SIZES_ATTR_VALUES_SEPARATORstatic java.lang.StringIMAGE_SRCSET_ATTR_NAMEstatic java.lang.StringIMAGE_SRCSET_ATTR_VALUES_SEPARATOR 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrender(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) 
 - 
 
 -