Content Presenter Display Template Support Functions
Function getTemplateNode

Node getTemplateNode(javax.servlet.http.HttpServletRequest request)
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="node" value="${templates:getTemplateNode(request)}"/>


Function Information
Function Classcom.bea.content.ui.jsp.templates.utils.TemplateSupport
Function Signature Node getTemplateNode(javax.servlet.http.HttpServletRequest request)
Display NameNone


Output Generated by Tag Library Documentation Generator.

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