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

Portal WSRP Content
Tag getBinaryPropertyURL


Description

Retrieve the binary value of a specified Property a Node. This tag should be used to retrieve binary properties in wsrp environment.


Tag Information
Tag Classcom.bea.content.manager.servlets.jsp.taglib.GetBinaryPropertyTag
TagExtraInfo Classcom.bea.netuix.servlets.jsp.taglib.URLTagExtraInfo
Body ContentNone
Display NameGet Binary Property

Attributes
NameRequiredRequest-timeDescription
nodePathfalsetrue The node path to the given node. The user should at least specify one value - either the nodePath to the node, or the nodeId. By default, the primary property of the node (which should be a binary property) will be returned. To retrieve a non-primary binary property, specify it after the nodeId. eg: "/repo/folder/node//someProperty". A double slash (//) must be used in the nodePath before the property name, if it is specified.
servletMappingfalsefalse The servlet mapping used for the show binary servlet - defaults to "ShowPropertyServlet".
varfalsetrue Attribute key under which an object representing the URL to the binary property for the specified node will be exposed as a request scope attribute. If not specified, no such data object will be exposed.
scopefalsetrue The scope for the var attribute.
schemefalsetrue The protocol scheme. Should be one of "HTTP" or "HTTPS". If a protocol is not specified, the protocol that was used to make the current request will be used.
domainfalsetrue The domain. If a domain is not specified, the domain that was used to make the current request will be used.
portfalsetrue The port number to use. If a port is not specified, the port that was used to make the current request will be used.
pathfalsetrue The path.
pathPrefixfalsetrue The path prefix.
encodeSessionfalsetrue Enables URL rewriting for encoding a session ID in the URL. If not set to true, does not encode the URL with the session ID. Default is true.
templatefalsetrue Sets a URL template for this URL.
contextualPathfalsetrue A contextual path.

Variables
No Variables Defined.


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.