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

Portal Content
Tag getBinaryPropertyURL


Description

Deprecated. Please use the same tag from the cmwsrp tag library instead. Retrieve the binary value of a specified Property of 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 ContentJSP
Display NameGet Binary Property (deprecated)

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" .
servletMappingfalsefalse The servlet mapping used for the show binary servlet - defaults to "ShowPropertyServlet".
varfalsetrue Variable to assign the URl to
scopefalsetrue Scope of the variable - defaults to PageContext.PAGE_SCOPE
schemefalsetrue Sets 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 Sets the domain. If a domain is not specified, the domain that was used to make the current request will be used.
portfalsetrue Sets a port. If a port is not specified, the port that was used to make the current request will be used.
pathfalsetrue Sets path - attribute inherited from GenericUrlTag. This is the relative path to the resource. If the webapp name is needed in the path, use the contextualPath attribute. Defaults to none.
pathPrefixfalsetrue Sets pathPrefx - attribute inherited from GenericUrlTag. Defaults to none.
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 In order to specify web-app wide defaults for the above attributes, named URL templates may be specified. A URL template is a parameterized fully-qualified URL string. Each URL template has a name. URL templates should be specified in "beehive-url-template-config.xml" file in WEB-INF directory of the webapp. An example of a URL template (with name "mytemplate") is "http://my.domain.com/{url:prefix}/{url:path}?{url:queryString}&myParam1=myValue1 In this templates, parameters are enclosed in {}s, and can be replaced by attributes set.
contextualPathfalsetrue Sets a contextualPath - attribute inherited from GenericUrlTag. This is the relative path to the resource. The contextual path includes tha webAppName. Defaults to none.

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.