Content Presenter Display Template Support
Function getImageNameForNode

String getImageNameForNode(com.bea.content.Node node)
This is a utility method that will set get the name of the image icon file that best represents the kind of binary file that belongs to the node, if any. There are icons for Word, Excel, PDF, XML, etc. The image names that are returned are just the image names WITHOUT any path information. The images can be found in the commonui library module and are best referenced with the "resolveImagePath" tag from the "render" taglib. For example: <img src="<render:resolveImagePath uri="${templates:getImageNameForNode(node)}"/>"/>


Function Information
Function Classcom.bea.content.ui.jsp.templates.utils.TemplateSupport
Function Signature String getImageNameForNode(com.bea.content.Node node)
Display NameNone


Output Generated by Tag Library Documentation Generator. {wls.FOOTER}