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 Functions
Function getSingleNodeFromIterator

Node getSingleNodeFromIterator(java.util.Iterator iterator)
Description

This is a utility method that will return the first Node that is contained within an iterator of Nodes. This is to provide some help when using EL.

Examples

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

<c:set var="templateNode" value="${templates:getSingleNodeFromIterator(nodeIterator)}"/>


Function Information
Function Classcom.bea.content.ui.jsp.templates.utils.TemplateSupport
Function Signature Node getSingleNodeFromIterator(java.util.Iterator iterator)
Display NameNone


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.