Uses of Class
dev.amp.validator.SrcsetSourceDef
-
Packages that use SrcsetSourceDef Package Description dev.amp.validator AMP validator. -
-
Uses of SrcsetSourceDef in dev.amp.validator
Methods in dev.amp.validator that return types with arguments of type SrcsetSourceDef Modifier and Type Method Description List<SrcsetSourceDef>SrcsetParsingResult. getSrcsetImages()Returns the srcset images.Methods in dev.amp.validator with parameters of type SrcsetSourceDef Modifier and Type Method Description voidSrcsetParsingResult. add(SrcsetSourceDef srcSetSourceDef)Add source set def to the list.Method parameters in dev.amp.validator with type arguments of type SrcsetSourceDef Modifier and Type Method Description voidSrcsetParsingResult. setSrcsetImages(List<SrcsetSourceDef> srcsetImages)Setting the srcset images.
-