Portal Framework Rendering
Tag portalFacet


Description

The portalFacet tag provides a mechanism used to embed a portlet's content into an arbitrary JSP in a web application. It is one of several ways that can be used to consume portlets made available via Portlet Publishing. This tag MUST be used from within the same web application as the published portlet.


Tag Information
Tag Classcom.bea.netuix.servlets.jsp.taglib.PortalFacet
TagExtraInfo ClassNone
Body Contentempty
Display NamePortal Facet

Attributes
NameRequiredRequest-timeDescription
labeltruetrue Label for the consumed portlet. This label effectively acts as the portlet instance label. This label MUST be unique in the context of the web application or unpredictable behavior will result.
pathtruetrue Path to the published portlet. This path is expected to an absolute path within the context of the webapp (e.g. /portlets/my.portlet). The path may refer to a portlet definition file (.portlet), or the path may refer to a customized portlet instance (/appmanager/portalPath/desktopPath/>instanceLabel<).
modefalsetrue Name of the portlet mode to use when consuming the published portlet. The list of valid portlet mode names depends upon the specific portlet being consumed; typical modes such as "edit" and "help" may be supported.
embeddedfalsetrue If true the consumed portlet will be embedded within an IFRAME; if false (default) the consumed portlet will be integrated directly into the host document (via DOM injection).

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator.

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