portlet


Standard Syntax:
     <%@ taglib prefix="portlet" uri="http://java.sun.com/portlet" %>

XML Syntax:
     <anyxmlelement xmlns:portlet="http://java.sun.com/portlet" />

No Description

Tag Library Information
Display NameNone
Version1.0
Short Nameportlet
URIhttp://java.sun.com/portlet
 

Tag Summary
defineObjects Creates or sets variables in the JSP to allow access to the RenderRequest, RenderResponse, and PortletConfig objects if this JSP is being used from within a JSR168 portlet. The variable names are: renderRequest, renderResponse and portletConfig.
param Defines a parameter that can be added to an actionURL or renderURL tag.
actionURL Creates a JSR168 action URL, which triggers an action request on the current portlet.
renderURL Creates a JSR168 render URL, which triggers a render request on the current portlet.
namespace Produces a unique value for the current JSR168 portlet, which can be used to namespace scripts or variables to this portlet.
 


Output Generated by Tag Library Documentation Generator.

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