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