Content Presenter Display Template Support Functions
Function isNodePublished

boolean isNodePublished(com.bea.content.Node node)
Description

This convenience method determines if the passed in node is in the published state.

Examples

Here is an example of the function call within a c:if tag:

<c:if test="${templates:isNodePublished(node)}">
  ...
</c:if>


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


Output Generated by Tag Library Documentation Generator.

Copyright © 2008 BEA Systems, Inc. All Rights Reserved.