Uses of Class
org.opencms.jsp.util.CmsJspImageBean
Packages that use CmsJspImageBean
Package
Description
The implementation of the OpenCms JSP tag library, with some additional utility classes to
help in JSP scriplet code and navigation building.
Utility classes to be used for JSP pages.
-
Uses of CmsJspImageBean in org.opencms.jsp
Methods in org.opencms.jsp that return CmsJspImageBeanModifier and TypeMethodDescriptionCmsJspResourceWrapper.getToImage()
Returns a scaled image bean from the wrapped value.static CmsJspImageBean
CmsJspTagScaleImage.imageTagAction
(CmsObject cms, String imageUri, CmsImageScaler targetScaler, List<String> hiDpiVariantList) Internal action method to create the scaled image bean. -
Uses of CmsJspImageBean in org.opencms.jsp.util
Methods in org.opencms.jsp.util that return CmsJspImageBeanModifier and TypeMethodDescriptionCmsJspImageBean.createHiDpiVariation
(String hiDpiStr) Creates a hi-DPI scaled version of the current image.CmsJspImageBean.createRatioVariation
(String ratioStr) Creates a ratio scaled version of the current image.protected CmsJspImageBean
CmsJspImageBean.createVariation
(CmsImageScaler targetScaler) Returns a variation of the current image scaled with the given scaler.CmsJspImageBean.createWidthVariation
(String widthStr) Creates a width scaled version of the current image.protected CmsJspImageBean
CmsJspImageBean.getSelf()
Returns this instance bean, required for the transformers.CmsJspImageBean.getSrcSetMaxImage()
Returns the largest image from the generated source set.CmsJspImageBean.getSrcSets()
Getter forsetSrcSets(CmsJspImageBean)
which returns this image bean.Methods in org.opencms.jsp.util that return types with arguments of type CmsJspImageBeanModifier and TypeMethodDescriptionCmsJspImageBean.getHiDpiImages()
Deprecated.CmsJspImageBean.getScaleHiDpi()
Returns a lazy initialized Map that provides access to hi-DPI scaled instances of this image bean.CmsJspImageBean.getScaleRatio()
Returns a lazy initialized Map that provides access to ratio scaled instances of this image bean.CmsJspImageBean.getScaleWidth()
Returns a lazy initialized Map that provides access to width scaled instances of this image bean.CmsJspImageBean.getSrcSetMap()
Returns the source set map.Methods in org.opencms.jsp.util with parameters of type CmsJspImageBeanModifier and TypeMethodDescriptionvoid
CmsJspImageBean.addHiDpiImage
(String factor, CmsJspImageBean image) adds a CmsJspImageBean as hi-DPI variant to this imagevoid
CmsJspImageBean.setSrcSets
(CmsJspImageBean imageBean) Adds another image bean instance to the source set map of this bean.
getScaleHiDpi()
instead