Content Presenter Display Template Support Functions
Function getUsableProperty
String getUsableProperty(com.bea.content.Node node)
This will take a best guess at which property represents the passed in node, and then return it as a Property. This is to be used when some value should be displayed for the node, but unsure about what property to use. If there is an actual value on any property of the node, then this method will return something. Otherwise it will return null.
The output of this function call can be displayed using Expression Language:
${templates:getUsableProperty(node)}
Function Information |
Function Class | com.bea.content.ui.jsp.templates.utils.TemplateSupport |
Function Signature |
String getUsableProperty(com.bea.content.Node node)
|
Display Name | None |
Output Generated by
Tag Library Documentation Generator.
Copyright © 2008, ${product.vendor} and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.