java.lang.String graphicImageURLWithType(java.lang.String, java.lang.String)
Returns @GraphicImageBean URL based on given expression string and image type.
Usage example:
<a href="#{o:graphicImageURLWithType('images.full(product.imageId)', 'png')}">
<o:graphicImage value="#{images.thumb(product.imageId)}" type="png" />
</a>
| Info | Value |
|---|---|
| Function Class | org.omnifaces.el.functions.Components |
| Function Signature | java.lang.String graphicImageURLWithType(java.lang.String, java.lang.String) |
| Display Name | None |
Output generated by Vdldoc View Declaration Language Documentation Generator.