Uses of Interface
org.hippoecm.hst.content.rewriter.ImageVariant

Packages that use ImageVariant
org.hippoecm.hst.content.rewriter The org.hippoecm.hst.content.rewriter package defines the API for the HST Content Rewriters 
org.hippoecm.hst.content.rewriter.impl   
org.hippoecm.hst.tag   
 

Uses of ImageVariant in org.hippoecm.hst.content.rewriter
 

Methods in org.hippoecm.hst.content.rewriter that return ImageVariant
 ImageVariant ContentRewriter.getImageVariant()
           
 

Methods in org.hippoecm.hst.content.rewriter with parameters of type ImageVariant
 void ContentRewriter.setImageVariant(ImageVariant imageVariant)
          Sets whether this ContentRewriter should use an imageVariant.
 

Uses of ImageVariant in org.hippoecm.hst.content.rewriter.impl
 

Classes in org.hippoecm.hst.content.rewriter.impl that implement ImageVariant
 class DefaultImageVariant
           An image variant can hold information for a ContentRewriter which image variant to use instead of the image variant in the html content that the ContentRewriter will rewrite.
 

Methods in org.hippoecm.hst.content.rewriter.impl that return ImageVariant
 ImageVariant AbstractContentRewriter.getImageVariant()
           
 

Methods in org.hippoecm.hst.content.rewriter.impl with parameters of type ImageVariant
 void AbstractContentRewriter.setImageVariant(ImageVariant imageVariant)
           
 

Uses of ImageVariant in org.hippoecm.hst.tag
 

Fields in org.hippoecm.hst.tag declared as ImageVariant
protected  ImageVariant HstHtmlTag.imageVariant
          Holds the ImageVariant when there is configured an ImageVariant and is null when no image variant has been specified
 

Methods in org.hippoecm.hst.tag with parameters of type ImageVariant
 void HstHtmlTag.setImageVariant(ImageVariant imageVariant)
           
 



Copyright © 2008-2012 Hippo. All Rights Reserved.