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

Content Management Functions
Function getNodeByPath

com.bea.content.Node getNodeByPath(java.lang.String)
Description

Retrieve a node by path

Examples

Here is an example of the getNodeByPath() function call within a c:set tag, setting a request-scoped variable named 'node' to the node:

<c:set scope="request" var="node" value="${cmfn:getNodeByPath('/My Repository/path/to/node')}"/>


Function Information
Function Classcom.bea.content.manager.servlets.functions.NodeRetrievalFunctions
Function Signature com.bea.content.Node getNodeByPath(java.lang.String)
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.