Content Presenter Display Template Support Tags


Standard Syntax:
     <%@ taglib prefix="templateTags" uri="http://www.bea.com/tags/wlpapps/contentui/templates" %>

XML Syntax:
     <anyxmlelement xmlns:templateTags="http://www.bea.com/tags/wlpapps/contentui/templates" />

The Content Presenter Display Template Support tags are meant to aid Display Template developers. These tags are only available when the web project references the optional Content Presenter Framework facet of WebLogic Portal.

Tag Library Information
Display NameContent Presenter Display Template Support Tags
Version2.0
Short NametemplateTags
URIhttp://www.bea.com/tags/wlpapps/contentui/templates
 

Tag Summary
getNodeById This tag uses the ContentUI API to retrieve a node based on it's ID
getSelectedNode This tag returns the node that has been selected through the ContentUI framework
getTemplateNode This tag returns the node that has been set as the retrieved node through the ContentUI framework (i.e. the node that has been selected in the wizard, or the first node returned from a search expression)
getTemplateNodes This tag returns an Iterator<Node> that has been set as the retrieved nodes through the ContentUI framework (i.e. the nodes that has been selected in the wizard, or the nodes returned from a search expression)
handleTemplateException This tag will gracefully handle any exception thrown out of the dt:displayTemplate tag.
ifPublishedNode This tag is responsible for showing nodes that are published nodes.
portletInfo This tag shows portlet instance debug information for the current portlet instance.
 


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.