Uses of Interface
org.hippoecm.hst.content.rewriter.ImageVariant
-
Packages that use ImageVariant Package Description org.hippoecm.hst.content.rewriter The org.hippoecm.hst.content.rewriter package defines the API for the HST Content Rewriters -
-
Uses of ImageVariant in org.hippoecm.hst.content.rewriter
Methods in org.hippoecm.hst.content.rewriter that return ImageVariant Modifier and Type Method Description ImageVariant
ContentRewriter. getImageVariant()
Methods in org.hippoecm.hst.content.rewriter with parameters of type ImageVariant Modifier and Type Method Description void
ContentRewriter. setImageVariant(ImageVariant imageVariant)
Sets whether thisContentRewriter
should use an imageVariant.
-