Taglib

1 Overview

eXoProjects/portlet-container/trunk/component/plugins/pc/src/main/resources/META-INF/

Libraries:

  • portlet.tld
  • portlet_2_0.tld
Tags:

  • defineObjects
  • actionURL
  • renderURL
  • resourceURL
  • namespace
  • param
  • property
page.jsp

<%@ taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
<portlet:defineObjects />
<portlet:renderURL var="render"/>
<a href="<%=render %>" ><code>render()</code></a>

2 web.xml

JBoss specific: You may just copy tag libraries to the WEB-INF folder of your application without changes in your web.xml file.

2.1 JSR-286

exo-portlet.war#uzip/WEB-INF/tld/portlet_2_0.tld

web.xml

<taglib>
  <taglib-uri>http://java.sun.com/portlet_2_0</taglib-uri>
  <taglib-location>/WEB-INF/tld/portlet_2_0.tld</taglib-location>
</taglib>

2.2 JSR-168

exo-portlet.war#uzip/WEB-INF/tld/portlet.tld

web.xml

<taglib>
  <taglib-uri>http://java.sun.com/portlet</taglib-uri>
  <taglib-location>/WEB-INF/tld/portlet.tld</taglib-location>
</taglib>

3 For eXo developers

eXoProjects/portlet-container/trunk/component/plugins/pc/src/main/java/org/exoplatform/services/portletcontainer/plugins/pc/portletAPIImp/tags/

  • DefineObjectsTag.java
  • ActionURLTag.java
  • RenderURLTag.java
  • ResourceURLTag.java
  • NamespaceTag.java
  • ParamTag.java
  • PropertyTag.java
  • DefineObjectsExtraInfo.java
  • XURLExtraInfo.java
  • XURLTag.java

Creator: Alexey Zavizionov on 06/03/2008
Copyright (c) 2000-2009. Allright reserved - eXo platform SAS
1.6.13286