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