Portal Framework Rendering
Tag standalonePortletUrl


Description

A convenience tag to create URLs to standalone portlets. Use this tag to create links to submit requests to portlets hosted by an external portal, such as floating portlets. For more information, see the javadoc for com.bea.portlet.StandalonePortletURL.


Tag Information
Tag Classcom.bea.netuix.servlets.jsp.taglib.StandalonePortletURLTag
TagExtraInfo Classcom.bea.netuix.servlets.jsp.taglib.URLTagExtraInfo
Body ContentJSP
Display NameStandalone Portlet Url

Attributes
NameRequiredRequest-timeDescription
forcedAmpFormfalsetrue Forces the form of query separators used for this URL. This overrides the natural mechanisms for determining ampersand entity or character usage based on document type and/or configuration. If the value 'true' is used, then "&" will be the separator. If 'false' is used, then "&" will be the separator.
varfalsetrue The name of the variable to which the return value will be assigned. The return value is of type java.lang.String.
scopefalsetrue The scope in which the variable should live. Defaults to page scope. Valid values are "REQUEST", "SESSION", or "APPLICATION".
schemefalsetrue Valid values are "http" and "https". If not specified, uses the scheme that was used to make the request.
domainfalsetrue Server domain. If not specified, uses the domain that was used to make the request. If requests are made via a proxy, specify the domain of the proxy server.
portfalsetrue Server port. If not specified, uses the port from the request. If requests are made via a proxy, specify the port of the proxy server for the scheme used.
pathPrefixfalsetrue A prefix that will be applied to the URL template specified. The value is inserted into the {url:prefix} token in the URL template.
encodeSessionfalsetrue Encodes the URL to include session ID. Defaults to true.
windowLabelfalsetrue The instance label of the portlet you want to generate a URL to.
windowModefalsetrue Sets a portlet window mode. Valid values include "edit", "help", "view", or a user-defined custom mode name.
windowStatefalsetrue Sets a portlet window state. Valid values include "minimized", "maximized", "delete", "float", "normal", or a user-defined custom state name.
templatefalsetrue Sets a URL template for this URL. URL templates should be specified in "beehive-url-template-config.xml" file in WEB-INF directory of the webapp. Defaults to "default".
portletUrifalsetrue Used to create a "detached" Portlet. A detached portlet is not associated with a Portal and is typically used to provide shared "popup" type application components. This attribute and the windowLabel attribute are mutually exclusive.
contentOnlyfalsetrue Removes portlet window decorations.
contentModefalsetrue Possible values are "FULL" or "FRAGMENT".
desktopStateSharedfalsetrue WARNING: this attribute is DEPRECATED. This attribute is provided to support the previous behavior of StandalonePortlets which did not share state with the originating desktop. If not specified, the default value for this attribute is 'true'.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

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