Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

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.
 


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.2)
E14256-03

Copyright © 2010, Oracle. All rights reserved.